Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.15 KB

Smart_Water_Bottle

Senior design project Repository Contents

  • /examples — Example sketch for the library (.ino). Run this from the Arduino IDE.
  • /src — Source files for the library (.cpp, .h).
  • keywords.txt — Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties — General library properties for the Arduino package manager.

Example Briefs

  • CapacitiveSensorSketch — An edited version of the given example code from the CapacitiveSensor Library
  • Sensors — The latest version of the code that does the data acquisition for the sensors and sets their outputs into an array
  • Thermistor_Test — A test version that only deals with the thermistor

Documentation

Code uses the latest, unrealeased version of Paul Bagder & Paul Stoffregen's code which was licensed using the MIT license.