issues
search
adafruit
/
Adafruit_BusIO
Arduino library for I2C & SPI abstractions
MIT License
290
stars
265
forks
source link
Cleanup
#89
Closed
eringerli
closed
2 years ago
eringerli
commented
2 years ago
Cleanups
These are two simple cleanups
delete works for nullptr, no need to set a member in the destructor
and
use the typesafe replacement nullptr instead of NULL (since C++11)
ladyada
commented
2 years ago
ok thanks!
Cleanups
These are two simple cleanups
delete works for nullptr, no need to set a member in the destructor
and
use the typesafe replacement nullptr instead of NULL (since C++11)