1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-11 22:24:13 +01:00
Arduino/hardware/arduino/avr/libraries
Cristian Maglie 0dfa815ce4 [PUSB] callbacks are now pure virtual methods
This change allows the compiler to handle callbacks resolution.

Callbacks now must be implemented on the class that extends
PUSBListNode and this is forced by compiler by means of pure
virtual methods.

Also the calls to HID.interface() and HID.endpoint() can now
be simplified to interface() and endpoint() respectively since
the methods are no more static.
2015-10-02 11:59:23 +02:00
..
EEPROM Added Arduino Zero exclusion to README 2015-09-28 11:29:18 +02:00
HID [PUSB] callbacks are now pure virtual methods 2015-10-02 11:59:23 +02:00
SoftwareSerial Modified reference to Leonardo only in the examples 2015-09-21 14:58:58 +02:00
SPI Added categories to libraries 2015-09-18 11:01:08 +02:00
Wire Added categories to libraries 2015-09-18 11:01:08 +02:00