Hello All
I am using an S3A7 IoT Prototype Kit to measure a voltage spike for every time an LED lights up. With this measurement, I want to set a method where when the spike exceeds a certain voltage (2V) X amount of times, in a set amount of time (perhaps 10 seconds), the board will send a notification.
I understand I have to set one of the 5V pins as an input in e2 studios, however, all the Renesas tutorials on the S3A7 only use the IoT Sandbox and do not show how to declare a specific pin, how to read and store a voltage, and how to display that voltage on the LCD screen.
I have seen code from a "Blinky" project that uses the code "pinWrite". Is this something I will have to use after I set the pin to an input?
Any help would be appreciated. If I was unclear with anything, please respond and I'll do my best to answer questions.