Input/Output
These blocks control the digital and analog pins of the senseBox MCU.
Power digital Pin
This block lets you turn digital pins on or off. The status is set by a Boolean variable, which is either High (ON) or Low (OFF).Reading out a digital pin status
This block allows you to read the status of a digital pin and check it or current flows or not.Turn on built-in LED
The senseBox MCU has a small built-in LED next to the reset button, which can be switched on or off with this block.set Analog Pin
The pins of the senseBox MCU can also be used as analog outputs or inputs. In contrast to the digital pins, analog pins can display more than two different states. The analog pins are equipped with a 10 bit analog-to-digital converter and can therefore take values between 0 and 1023.With this block you can assign a value to an analog pin. 0 means that no current flows. 1023 means that a current with a voltage of 5V flows.