Commit Graph

36 Commits

Author SHA1 Message Date
Marcelo Roberto Jimenez c2358294eb Adding a .gitignore to the project 2018-02-17 10:59:28 -02:00
Kevin Townsend e985f2253a Updated link to DHT repo 2016-10-26 23:50:47 +02:00
Kevin Townsend f2af6f4efc Added BNO055 to readme 2015-09-01 15:57:59 +02:00
Tony DiCola 30a9012088 Remove unused .cpp file. Code was previously moved into the header. 2015-07-07 21:29:48 -07:00
Tony DiCola 04a0f64390 Remove unused avr/pgmspace.h reference to fix #8. 2015-07-07 21:22:15 -07:00
Tony DiCola 23455ff3e9 Bump library.properties to make most recent code the current version. 2015-06-26 13:55:08 -07:00
Kevin Townsend efe12d940f Merge pull request #6 from stappon/virtual_dtor
Add virtual destructor
2015-05-07 18:30:16 +02:00
Sarah Tappon 73a4e73c87 mark unimplemented virtual functions as abstract 2015-05-06 23:15:56 -07:00
Sarah Tappon c7b5e92311 add default constructor in place of constructor() method 2015-05-06 23:15:44 -07:00
Sarah Tappon 1a266c24bf add virtual destructor
base classes without virtual destructors risk undefined behavior if their children are deleted through a pointer to base. see https://isocpp.org/wiki/faq/virtual-functions#virtual-dtors
2015-05-06 23:05:01 -07:00
Todd Treece c28954844f adds library.properties 2015-05-01 12:36:20 -04:00
Kevin Townsend 4850425469 Added recent Unified sensor drivers to list 2015-03-15 18:14:11 +01:00
Kevin Townsend a24d7d4b8b Added bool return type to getEvent 2015-03-15 09:09:14 +01:00
Kevin Townsend d958443c39 Merge pull request #4 from georgeharker/master
allow events to fail
2015-03-09 09:05:07 +01:00
George Harker d9cccda0c6 allow events to fail 2015-01-31 21:11:18 -08:00
Tony DiCola 88ae805bce Link to DHT unified sensor library. 2014-06-02 21:11:50 -07:00
Kevin Townsend 19c254a2df Added auto-range function 2014-03-04 20:04:36 +01:00
Kevin Townsend a76d71988d Added L3GD20 Gyroscope 2013-12-05 14:43:24 +01:00
Kevin Townsend 4bf1f4de2f Merge pull request #3 from nikai3d/patch-1
fix typos in README.md
2013-12-04 08:02:15 -08:00
Nicolas Kaiser 6b0e825913 fix typos in README.md 2013-12-04 16:56:42 +01:00
Kevin Townsend 968e28e61f Changed .azimuth/.pitch/.roll to .roll/.pitch./heading 2013-11-28 19:10:18 +01:00
Kevin Townsend d74f8653a5 Update README.md 2013-02-14 15:40:51 +01:00
Kevin Townsend a4f3f0ecb9 Update README.md 2013-02-13 21:12:21 +01:00
Kevin Townsend 6d895bb36b Update README.md 2013-02-13 21:10:55 +01:00
Kevin Townsend 6d8d93c19d Update README.md 2013-02-13 21:10:04 +01:00
Kevin Townsend bd5ec0c9d0 Update README.md 2013-02-07 13:59:59 +01:00
Kevin Townsend f4ceae2523 Update README.md 2013-02-04 16:08:32 +01:00
Kevin Townsend fd71973cda Removed unused function protoypes 2013-02-04 16:02:29 +01:00
Kevin Townsend 57e3b29880 Added compatible license 2013-02-04 16:00:27 +01:00
Kevin Townsend 7579580a49 Removed unused function protoypes 2013-02-04 15:54:12 +01:00
Kevin Townsend 47d6a101fa Update README.md 2013-02-04 15:52:55 +01:00
Kevin Townsend 49ddc41cc0 Update README.md 2013-02-04 15:51:58 +01:00
Kevin Townsend 8ecb1f882a Improved readme 2013-02-04 15:44:26 +01:00
Kevin Townsend 97c7472ee7 Updated to keep in step with ARM code 2013-01-27 18:47:26 +01:00
Kevin Townsend 17b88d568d First commit 2013-01-17 14:08:14 +01:00
Kevin Townsend 0469986c71 Initial commit 2013-01-17 05:06:02 -08:00