Skip to content

Commit

Permalink
[docs] - readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Neill committed Jan 19, 2011
1 parent 6f1f568 commit a473de1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.txt
@@ -1,5 +1,6 @@
INTRO
-----

PulseBlaster device driver, /sys interface ( /sys/class/pulseblaster/ ), containing:

program - write a pulseblaster binary to this
Expand Down Expand Up @@ -28,6 +29,9 @@ USERSPACE

Use either pbctl, or pb_utils

You may want to give ownership to the right person:
sudo chown username:username /sys/class/pulseblaster/pulseblaster0/{program,arm,start,stop,continue}


QUIRKS
------
Expand All @@ -42,5 +46,7 @@ EXAMPLE

doc/flash.bin is a pulseblaster executable to flash all the outputs at 2Hz

To program it, copy this to /sys/class/pulseblaster/pulseblaster0/program
Then echo 1 > /sys/class/pulseblaster/pulseblaster0/start
To program it:
cat doc/flash.bin > /sys/class/pulseblaster/pulseblaster0/program
To start the program:
echo 1 > /sys/class/pulseblaster/pulseblaster0/start

0 comments on commit a473de1

Please sign in to comment.