fix dox
This commit is contained in:
parent
03b2c978a4
commit
22ea3a921c
|
|
@ -29,7 +29,7 @@ typedef enum _BitOrder {
|
||||||
#define SPI_BITORDER_LSBFIRST LSBFIRST
|
#define SPI_BITORDER_LSBFIRST LSBFIRST
|
||||||
#endif
|
#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 {
|
class Adafruit_SPIDevice {
|
||||||
public:
|
public:
|
||||||
Adafruit_SPIDevice(int8_t cspin, uint32_t freq = 1000000,
|
Adafruit_SPIDevice(int8_t cspin, uint32_t freq = 1000000,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue