mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-21 04:32:09 +02:00
Add support board DIY Pro 3.7 and add example
This commit is contained in:
@ -141,6 +141,13 @@ public:
|
||||
* @return false No
|
||||
*/
|
||||
bool isPro4_2(void);
|
||||
/**
|
||||
* @brief Check that Airgradient object is DIY_PRO 3.7 indoor
|
||||
*
|
||||
* @return true Yes
|
||||
* @return false No
|
||||
*/
|
||||
bool isPro3_7(void);
|
||||
|
||||
/**
|
||||
* @brief Get device Id
|
||||
|
Reference in New Issue
Block a user