To get evironment setup (instructions work in progress):
- install VScode
- install platform.io extension within VScode
- clone this repository
Notes: Library dependencies are stored in platformio.ini, they should download automatically
Followed these instructions (more or less) to setup git:https://www.youtube.com/watch?v=F2DBSH2VoHQ
useful git commands:
- git config --global user.email "[email protected]"
- (dont forget user.name)
- git config --global --list
- git log
- git add README.MD