EasyManua.ls Logo

Waveshare Compute Module IO Board Plus - LED Control Example; ADC Example

Default Icon
17 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Compute Module IO Board Plus User Manual
15
VersionV1.0Date20171101
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