Skip to content

Commit e78fcdf

Browse files
move rpi examples to rpi/*, adapt README
1 parent dae27c7 commit e78fcdf

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Features:
1717
Documentation:
1818
- [RPi](RPi.md) - connect and configure the APDS-9960 on Raspberry Pi
1919
- Example scripts:
20-
- [test-ambient.py](test-ambient.py) - simple ambient light level demo
21-
- [test-gesture.py](test-gesture.py) - simple gesture detection demo
22-
- [test-prox.py](test-prox.py) - simple proximity level demo
23-
- micropython/* - same as above, but for MicroPython, using uAPDS9960, Pin, I2C
20+
- simple ambient light level demo: [rpi](rpi/test_ambient.py), [micropython](micropython/test_ambient.py)
21+
- simple gesture detection demo: [rpi](rpi/test_gesture.py), [micropython](micropython/test_gesture.py)
22+
- simple proximity level demo: [rpi](rpi/test_prox.py), [micropython](micropython/test_prox.py)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)