Compute Module IO Board Plus User Manual
15
Version:V1.0,Date:20171101
BCM2835 CODE
⚫ Execute command to enter the folder of program
cd /home/pi/CM3/LED/bcm2835/
⚫ Execute command to run the program
sudo ./led
WIRINGPI CODE
⚫ Execute command to enter the folder of program
cd /home/pi/CM3/LED/wiringPi/
⚫ Execute command to run the program
sudo ./led
PYTHON CODE
⚫ Execute command to enter the folder of program
cd /home/pi/CM3/LED/python/
⚫ Execute command to run the program
sudo ./led.py
EXPECTED RESULT
Four LEDs blink alternately.
ADC
BCM2835 CODE
⚫ Execute command to enter the folder of program
cd /home/pi/CM3/TLC1543/bcm2835/
⚫ Execute command to run the program
sudo ./tlc1543