Added I2C and BMP280
i2c already running and functional, bmp280 code is still in the main and needs re-organisation Temperature readout works, pressure is not required at this stage
This commit is contained in:
@@ -80,6 +80,7 @@ class Wordmap
|
||||
struct word
|
||||
{
|
||||
string identifier;
|
||||
// list<LEDMatrix::coordinate> pixels;
|
||||
LEDMatrix::coordinate position;
|
||||
int length;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user