BMP280 work
This commit is contained in:
parent
3b04b070a4
commit
1f18e76622
|
@ -8,9 +8,9 @@ class W433DataTransmitter
|
|||
{
|
||||
private:
|
||||
|
||||
static constexpr uint16_t SYNC_TIME = 800;
|
||||
static constexpr uint16_t LARGE_TIME = 2000;
|
||||
static constexpr uint16_t SMALL_TIME = 500;
|
||||
static constexpr uint16_t SYNC_TIME = 800;
|
||||
|
||||
static constexpr uint8_t signature = 0xA5;
|
||||
volatile unsigned char * const _port;
|
||||
|
|
Loading…
Reference in a new issue