Code
Getting mobile notifications from Raspberry Pi GPIO
In first place we need to setup the GPIO monitoring code. This code monitors every 5 seconds if the state of the GPIO pin 25 has changed. If so, it makes a post to the Maker IFTTT channel. It’s important to replace <maker-key> with your maker channel key and <eventname> Read more…