mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-26 05:54:46 -07:00
Update UniTemp and run fbt format
This commit is contained in:
@@ -136,7 +136,7 @@ typedef struct Sensor {
|
||||
extern const Interface SINGLE_WIRE; //Собственный однопроводной протокол датчиков DHTXX и AM23XX
|
||||
extern const Interface ONE_WIRE; //Однопроводной протокол Dallas
|
||||
extern const Interface I2C; //I2C_2 (PC0, PC1)
|
||||
//extern const Interface SPI;
|
||||
extern const Interface SPI; //SPI_1 (MOSI - 2, MISO - 3, CS - 4, SCK - 5)
|
||||
|
||||
/* ============================= Датчик(и) ============================= */
|
||||
/**
|
||||
@@ -326,4 +326,5 @@ const GPIO*
|
||||
#include "./sensors/BMP180.h"
|
||||
#include "./sensors/HTU21x.h"
|
||||
#include "./sensors/HDC1080.h"
|
||||
#include "./sensors/MAX31855.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user