Turn your Hedgehog Bot into a runaway alarm clock!
- Requires a Hedgehog Bot and PlatformIO.
- jamesin.space/hedgehog is the primary website for this project.
Install PlatformIO Core or PlatformIO IDE and build for d1_mini
. The project follows the standard PlatformIO structure so all other settings should be fine at their defaults.
master
contains the latest full code. Primary development will be done here.starter
contains the workshop code skeleton, branched from the relevantmaster
commit.- Now compatible with Arduino IDE! Just open
src/src.ino
- Now compatible with Arduino IDE! Just open
intermediate
andstaging
are reserved for future development.- Use of other branches is not recommended.
- Please contribute through PRs.
- If contributing to
starter
, please ensure that any relevant changes tomaster
are committed and parent your commit, i.e.git checkout starter && git merge --no-ff --no-commit master
starter:src/hh_clock.cpp
contains a lot of TODOs for workshop partipants to do, with lots of comments to help.- I hope this can be extended to
starter:src/hh_server.cpp
and some of the libs
- I hope this can be extended to