mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-08-08 14:42:37 -04:00
Fixed BME280 driver init
This commit is contained in:
parent
596539f0cd
commit
275704b508
4 changed files with 12 additions and 23 deletions
|
@ -120,19 +120,4 @@ void EEPROM_updatebyte(uint16_t addr, uint8_t data);
|
|||
uint8_t EEPROM_readbyte(uint16_t addr);
|
||||
void EEPROM_writebyte(uint16_t addr, uint8_t data);
|
||||
|
||||
#endif
|
||||
|
||||
/*
|
||||
CSMA P
|
||||
CSMA Slot Time
|
||||
Preamble
|
||||
Tail
|
||||
|
||||
LED intensity
|
||||
Output gain
|
||||
Input gain
|
||||
|
||||
Pass-all
|
||||
|
||||
Log packets
|
||||
*/
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue