Update documentation

This commit is contained in:
Sanchayan Maity 2017-05-22 10:57:58 +05:30
parent 0a14d0e1c4
commit 73995ed2da
1 changed files with 17 additions and 3 deletions

View File

@ -117,8 +117,22 @@ ADC Channel 3: value: 78
root@colibri-vf:~# ./pwm
Enter PWM chip number: 0
Enter PWM number: 0
Enter PWM Period: 1000000
Enter PWM Duty Cycle: 500000
PWM will be running for 10 seconds
Disabling PWM
```
###### alsa-audio
```
root@colibri-vf:~# ./alsa-audio Front_Center.wav colibri-vf
Module Name: colibri-vf
short read: read 1774 bytes
end of file on input
```
###### gtk & gtkmm
gtk and gtkmm examples requires a display to be connected.
###### cairo
cairo requires a display to be connected.
```
root@colibri-vf:~# ./cairo example.png
```