-
Notifications
You must be signed in to change notification settings - Fork 18
Grove Actuators
Thomas Amberg edited this page Mar 14, 2019
·
54 revisions
- Library: Sketch > Include Library > Manage Libraries... > Grove 4-Digit Display > Install
- Example: File > Examples > Grove 4-Digit Display > ...
Or
- https://github.com/avishorp/TM1637 (.zip)
- Example: File > Examples > TM1637 > TM1637Test
- http://wiki.seeedstudio.com/Grove-4-Digit_Display/
- https://github.com/Seeed-Studio/Grove_4Digital_Display/ (.zip)
- https://en.wikipedia.org/wiki/Seven-segment_display_character_representations
- 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)