Commit Graph

4 Commits

Author SHA1 Message Date
inʒo
28ef137ac1 Merge 82051d2d58 into 5adeed52b0 2017-02-15 13:07:04 +00:00
zcx119
21b19e7ab0 Condition update for mode change from manual to auto.
Minor update on the condition of initialization when changing mode. To only detect mode change from manual to auto.
2017-02-14 23:38:57 +08:00
orgua
82051d2d58 proper c++-Style with many changes
- used constness wherever possible
- cleaner constructor with proper initialized variables
- replaced defines (preprocessor) by const type to get better
compiler-errors
- inlined the display-functions --> typically found in the header
- made the class uncopyable to get no strange undefined behavior if
someone tries it
- controllerDirection and Mode have been int-type, but char will suffice
2015-04-29 01:22:00 +02:00
Brett Beauregard
d46dded42d moved library code back to root from sub-folder
when github was adding a hash to the library download zip, there was confusion from beginners about needing to rename the unzipped folder before moving into the arduino ide.
this library has been prepped (thijse) for the arduino library manager, which requires the library to be in the root directory.  Having the library in the manager also removes the "beginner user hash" concern.
2015-04-20 19:30:29 -04:00