try remotevar

This commit is contained in:
reaw55 2024-02-07 05:50:32 +07:00
parent ab759ef08e
commit 6c8638319e
5 changed files with 60 additions and 18 deletions

View file

@ -29,4 +29,6 @@ void sendExtStopBytes();
void setup();
void loop();
void on_pin_change(uint8_t pin, uint8_t value);
void on_pin_change(uint8_t pin, uint8_t value);
uint16_t get_pm25_out();