Main Content

This is Texas Instruments MSP-EXP432 multitasking tutorial. Here you can see how to run multiple sketches that can communicate with main sketch, where all global variables are defined. Software used for this project is Energia. It’s IDE very similar to Arduino IDE, but you must download some drivers too. We will use ultrasonic and color sensor simultaneously. They won’t interrupt each other. If ultrasonic sensor distance is under 5 cm and if color sensor detects red value under 60, LED will turn on.”

Link to article