Skip to content

Commit 567b6bf

Browse files
committed
twi and spi comments
1 parent 93159a5 commit 567b6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Adafruit_SSD1306.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ class Adafruit_SSD1306 : public Adafruit_GFX {
167167
void ssd1306_command1(uint8_t c);
168168
void ssd1306_commandList(const uint8_t *c, uint8_t n);
169169

170-
/** protected: initialized during construction when using spi. See SPI.cpp SPI.h*/
170+
/** protected: initialized during construction when using SPI. See SPI.cpp SPI.h*/
171171
SPIClass *spi;
172-
/** protected:initialized during construction when using twi. See Wire.cpp Wire.h*/
172+
/** protected:initialized during construction when using I2C. See Wire.cpp Wire.h*/
173173
TwoWire *wire;
174174
/** protected: data used for display buffer. Allocated when begin method is called.*/
175175
uint8_t *buffer;

0 commit comments

Comments
 (0)