Add Learn guide for digitalio

This commit is contained in:
Alec Delaney 2022-05-04 13:54:20 -04:00
parent 8651156ee0
commit 3b665dda3c
1 changed files with 5 additions and 1 deletions

View File

@ -71,7 +71,11 @@
//| led.value = True
//| time.sleep(0.1)
//| led.value = False
//| time.sleep(0.1)"""
//| time.sleep(0.1)
//|
//| For more information on using `digitalio`, see this Learn guide:
//| https://learn.adafruit.com/circuitpython-digital-inputs-and-outputs
//| """
//|
STATIC const mp_rom_map_elem_t digitalio_module_globals_table[] = {