jda0 / hedgehog-clock

Make your hedgehog bot into a runaway alarm clock!

Home Page:http://hedgehogbot.digimakers.co.uk/challenges/clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hedgehog Clock

Turn your Hedgehog Bot into a runaway alarm clock!

master: Build Status
starter: Build Status

Build

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.

Branches

  • master contains the latest full code. Primary development will be done here.
  • starter contains the workshop code skeleton, branched from the relevant master commit.
    • Now compatible with Arduino IDE! Just open src/src.ino
  • intermediate and staging are reserved for future development.
  • Use of other branches is not recommended.

Contributing

  • Please contribute through PRs.
  • If contributing to starter, please ensure that any relevant changes to master 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

About

Make your hedgehog bot into a runaway alarm clock!

http://hedgehogbot.digimakers.co.uk/challenges/clock


Languages

Language:C++ 93.1%Language:C 6.0%Language:CMake 0.9%