Multiple sensors at the same time with Mind+?
Hello folks,
maybe you can help me again.
I'm impressed by the further development of the software for the desktop app, but I think it's a shame that you only ever use one extension can, e.g. not ultrasonic and touch sensor together.
That's why I tried to create a program with Mind+ Arduino Uno Blocks (Nybble was in standard mode, but that will be overwritten anyway, right?).
create that addresses the ultrasonic sensor. In the hope of being able to use other extensions (touch or gesture sensor, for example) at the same time (I haven't bought any of it yet, I'd like to know if it's even possible).




You can comment out #define GYRO_PIN, and #define IR_PIN to save more programming space on NyBoard. This allows you to write logic for multiple sensors.