Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 558 Bytes

New users:

To get evironment setup (instructions work in progress):

  1. install VScode
  2. install platform.io extension within VScode
  3. clone this repository

Notes: Library dependencies are stored in platformio.ini, they should download automatically

Notes to self (more or less):

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