File: anadata1

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 (32 lines) | stat: -rw-r--r-- 635 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
#
# 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