Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codepope/basicblinky
A simple LED Sparkler for the ESP32-C3FH4-RGB in Tinygo
https://github.com/codepope/basicblinky
esp32-c3fh4-rgb esp32c3 tinygo
Last synced: 18 days ago
JSON representation
A simple LED Sparkler for the ESP32-C3FH4-RGB in Tinygo
- Host: GitHub
- URL: https://github.com/codepope/basicblinky
- Owner: codepope
- Created: 2022-02-27T19:21:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T23:12:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-11T11:29:43.502Z (about 2 months ago)
- Topics: esp32-c3fh4-rgb, esp32c3, tinygo
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BasicBlinky
===========A simple LED Sparkler for the ESP32-C3FH4-RGB.
This is just a tweak on the example code around, but ported to Tinygo.
Install Tinygo for your platform and building and flashing it is simply:
```tinygo flash -target esp32c3```
And the rest is magically done for you.
License: MIT/DWTFYL