This commit is contained in:
Jimmy 2021-04-06 16:13:17 +12:00
parent 368a8d5015
commit 98fd5f6742
2 changed files with 5 additions and 0 deletions

5
ldr/ldr.py Normal file
View File

@ -0,0 +1,5 @@
from machine import ADC
ldr = ADC(0)
print(ldr.read())

BIN
ldr/ldr_bb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB