diff --git a/Adafruit_SPIDevice.h b/Adafruit_SPIDevice.h index 5485114..3b241ca 100644 --- a/Adafruit_SPIDevice.h +++ b/Adafruit_SPIDevice.h @@ -29,7 +29,7 @@ typedef enum _BitOrder { #define SPI_BITORDER_LSBFIRST LSBFIRST #endif -///< The class which defines how we will talk to this device over SPI +/**! The class which defines how we will talk to this device over SPI **/ class Adafruit_SPIDevice { public: Adafruit_SPIDevice(int8_t cspin, uint32_t freq = 1000000,