User manual
Ausgabe 07.12.2016 Copyright by Joy-IT 6
3
RPi - Explorer700
sysfs program:
Enter the Linux terminal, and run the following commands:
The command for compiling the program:
The command for execung the program:
Expected result: The LED1 blinks 10 mes and then the program will automacally quit.
Press the keys Ctrl+C to end the program.
python program:
Enter the Linux terminal, and run the following commands:
The command for execung the program:
Expected result: The LED1 is blinking.
Press the keys Ctrl+C to end the program.
Enter the Linux terminal, and run the following commands:
The command for execung the program:
Expected result: The brightness of the LED1 is changing gradually.
Press the keys Ctrl+C to end the program.
pi@raspberrypi ~/Explorer700/LED/python $ sudo python pwm.py
pi@raspberrypi ~/Explorer700/LED/python $ sudo python led.py
pi@raspberrypi ~/Explorer700/LED/fs $ sudo ./led
pi@raspberrypi ~/Explorer700/LED/fs $ make