1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
#
# This is an analog pin data file. Each must be either a comment
# or an analog entry with the format:
#
# <delayInNanoseconds> <signed analog integer value>
#
# The delay is the amount of time before the following line
# is read and executed.
#
3333333 5000000
3333333 4000000
3333333 3000000
3333333 2000000
3333333 1000000
3333333 900000
3333333 800000
3333333 700000
3333333 600000
3333333 500000
3333333 400000
3333333 300000
3333333 200000
3333333 100000
3333333 90000
3333333 80000
3333333 70000
3333333 60000
3333333 50000
3333333 40000
3333333 30000
3333333 20000
3333333 10000
|