No description
  • C++ 73%
  • C 23.8%
  • Processing 3.2%
Find a file
2023-09-28 15:15:08 +00:00
Basic Arduino Skills changing readme.txt to readme.md so browsing the web version of git readmes appear as part of the page 2019-01-31 09:53:53 -05:00
ExampleSketchBook Update Readme.md 2019-02-27 17:13:50 +00:00
ProjectDocuments Update Readme.md discussing what is actually in this folder 2023-09-28 15:15:08 +00:00
.gitmodules changing HMC5883L to a git submodule to show its not as painful as it seems to use sub modules 2018-06-26 00:24:28 -04:00
Guidelines for Writing Software.pdf adding a pdf 2018-09-06 08:28:00 -04:00
LICENSE Update LICENSE to correct a typo and fill in some of the blanks ... thank god i am not a lawyer 2019-09-23 19:23:55 +00:00
Readme.md changing .txts to .md to have a better looking repository 2018-09-06 21:35:30 -04:00

This repository contains:

  • An example file structure that can be used to manage large long term Arduino projects in the SketchBook folder
  • An example file structure that can be used for managing associated Techical notes related to the project
  • A self study set of tutorials is provided in Basic Arduino skills to guide the student in hooking up arduino hardware if they are not familiar with it.
  • A copy of Guidelines for writing software, which is intended to guide students new to software development in a systems engineering context.