From 22ea3a921cf99ebb3574534055c935164ff4e902 Mon Sep 17 00:00:00 2001 From: lady ada Date: Sat, 30 May 2020 20:50:06 -0400 Subject: [PATCH] fix dox --- Adafruit_SPIDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,