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
|
#
# 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.
#
33333333 5000000
33333333 4000000
33333333 3000000
33333333 2000000
33333333 1000000
33333333 900000
33333333 800000
33333333 700000
33333333 600000
33333333 500000
33333333 400000
33333333 300000
33333333 200000
33333333 100000
33333333 90000
33333333 80000
33333333 70000
33333333 60000
33333333 50000
33333333 40000
33333333 30000
33333333 20000
33333333 10000
|