-
Notifications
You must be signed in to change notification settings - Fork 18
Grove Actuators
Thomas Amberg edited this page Feb 26, 2019
·
54 revisions
- Library: Sketch > Include Library > Manage Libraries... > Grove 4-Digit Display > Install
- Example: File > Examples > Grove 4-Digit Display >
- http://wiki.seeedstudio.com/Grove-4-Digit_Display/
- https://github.com/Seeed-Studio/Grove_4Digital_Display/ (.zip)
- https://www.arduino.cc/reference/en/language/functions/digital-io/digitalwrite/ (built-in)
- Example: File > Examples > Basics > Blink (replace LED_BUILTIN with GPIO number)
- Library: Sketch > Include Library > Manage Libraries... > Grove Chainable RGB LED > Install
- Example: File > Examples > Chainable RGB LED > ...
- http://wiki.seeedstudio.com/Grove-Chainable_RGB_LED/
- https://github.com/pjpmarques/ChainableLED (.zip)
- https://www.arduino.cc/reference/en/language/functions/digital-io/digitalwrite/ (built-in)
- Example: File > Examples > Basics > Blink (replace LED_BUILTIN with GPIO number)