Backlink to CADLAB.io has been added.
by cadlab-io[bot] 6 years 7 months
ff344d43
Updated link to DHT repo
by Kevin Townsend 8 years 8 months
e985f225
Added BNO055 to readme
by Kevin Townsend 9 years 10 months
f2af6f4e
Remove unused .cpp file. Code was previously move...
by Tony DiCola 10 years 1 day
Remove unused .cpp file. Code was previously moved into the header.
30a90120
Remove unused avr/pgmspace.h reference to fix #8.
by Tony DiCola 10 years 1 day
04a0f643
Bump library.properties to make most recent code t...
by Tony DiCola 10 years 1 week
Bump library.properties to make most recent code the current version.
23455ff3
Merge pull request #6 from stappon/virtual_dtor
by Kevin Townsend 10 years 2 months
Merge pull request #6 from stappon/virtual_dtor

Add virtual destructor
efe12d94
mark unimplemented virtual functions as abstract
by Sarah Tappon 10 years 2 months
73a4e73c
add default constructor in place of constructor() ...
by Sarah Tappon 10 years 2 months
add default constructor in place of constructor() method
c7b5e923
add virtual destructor
by Sarah Tappon 10 years 2 months
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
1a266c24
Report a bug