Skip to content

Commit b5c5ff5

Browse files
committed
Add .gitignore
1 parent a0cffd8 commit b5c5ff5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
__pycache__/*
2+
src/__pycache__/*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Description
22
The new Nordic Semiconductor's [Power Profiler Kit II (PPK 2)](https://www.nordicsemi.com/Software-and-tools/Development-Tools/Power-Profiler-Kit-2) is very useful for real time measurement of device power consumption. The official [nRF Connect Power Profiler tool](https://github.com/NordicSemiconductor/pc-nrfconnect-ppk) provides a friendly GUI with real-time data display. However there is no support for automated power monitoring. The puropose of this Python API is to enable automated power monitoring and data logging in Python applications.
33

4-
![Power Profiler Kit II](https://github.com/IRNAS/ppk2-api-python/blob/main/images/power-profiler-kit-II.jpg)
4+
![Power Profiler Kit II](https://github.com/IRNAS/ppk2-api-python/blob/master/images/power-profiler-kit-II.jpg)
55

66
## Features
77
The main features of the PPK2 Python API (will) include:
-8.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)