Backlink to CADLAB.io has been added.
by cadlab-io[bot] 6 years 5 months
ff344d43
Updated link to DHT repo
by Kevin Townsend 8 years 6 months
e985f225
Added BNO055 to readme
by Kevin Townsend 9 years 8 months
f2af6f4e
Remove unused .cpp file. Code was previously moved into the header.
by Tony DiCola 9 years 10 months
30a90120
Remove unused avr/pgmspace.h reference to fix #8.
by Tony DiCola 9 years 10 months
04a0f643
Bump library.properties to make most recent code the current version.
by Tony DiCola 9 years 10 months
23455ff3
Merge pull request #6 from stappon/virtual_dtor Add virtual destructor
by Kevin Townsend 9 years 12 months
efe12d94
mark unimplemented virtual functions as abstract
by Sarah Tappon 9 years 12 months
73a4e73c
add default constructor in place of constructor() method
by Sarah Tappon 9 years 12 months
c7b5e923
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
by Sarah Tappon 9 years 12 months
1a266c24
Report a bug