Is there a “flag” that we could use in our code to check if a sketch is running on a Pi? For example
if(RASPI == true) {
// do our pi code
}
I’m using the Upload to Pi tool, so ideally this flag could be set automatically rather than having to change the code manually each time