Commit Graph

2 Commits

Author SHA1 Message Date
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