This commit is contained in:
lady ada 2020-05-30 20:50:06 -04:00
parent 03b2c978a4
commit 22ea3a921c
1 changed files with 1 additions and 1 deletions

View File

@ -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,