File: anadata2

package info (click to toggle)
simulavr 1.0.0%2Bgit20160221.e53413b-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,748 kB
  • sloc: cpp: 35,491; python: 6,991; ansic: 3,567; makefile: 1,072; sh: 653; asm: 414; tcl: 320
file content (33 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (2)
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