You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...but I'm not sure the steps needed to get this working in the Arduino environment. I tried treating it like an Arduino library, but then Appliance/AirConditioner/AirConditioner.h isn't found. so i tried specifying other paths, none of which worked. how does one get this working in Arduino? Thanks!
The text was updated successfully, but these errors were encountered:
I´ve placed all the .cpp and .h files into the root folder and removed all the directory information from the #include "..." statements. That worked for me. Now it compiles. Not yet tested if it works as well.
...but I'm not sure the steps needed to get this working in the Arduino environment. I tried treating it like an Arduino library, but then Appliance/AirConditioner/AirConditioner.h isn't found. so i tried specifying other paths, none of which worked. how does one get this working in Arduino? Thanks!
The text was updated successfully, but these errors were encountered: