-
Notifications
You must be signed in to change notification settings - Fork 3
/
MANIFEST
121 lines (121 loc) · 2.54 KB
/
MANIFEST
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
bin/vic
Build.PL
Changes
cpanfile
lib/VIC.pm
lib/VIC/Command.pm
lib/VIC/Grammar.pm
lib/VIC/Parser.pm
lib/VIC/PIC/Any.pm
lib/VIC/PIC/Base.pm
lib/VIC/PIC/Functions/ADC.pm
lib/VIC/PIC/Functions/CCP.pm
lib/VIC/PIC/Functions/Chip.pm
lib/VIC/PIC/Functions/CodeGen.pm
lib/VIC/PIC/Functions/Comparator.pm
lib/VIC/PIC/Functions/ECCP.pm
lib/VIC/PIC/Functions/GPIO.pm
lib/VIC/PIC/Functions/I2C.pm
lib/VIC/PIC/Functions/ISR.pm
lib/VIC/PIC/Functions/Operations.pm
lib/VIC/PIC/Functions/Operators.pm
lib/VIC/PIC/Functions/Power.pm
lib/VIC/PIC/Functions/PSP.pm
lib/VIC/PIC/Functions/SPI.pm
lib/VIC/PIC/Functions/SRLatch.pm
lib/VIC/PIC/Functions/Timer.pm
lib/VIC/PIC/Functions/USART.pm
lib/VIC/PIC/Functions/USB.pm
lib/VIC/PIC/Gpsim.pm
lib/VIC/PIC/P12F683.pm
lib/VIC/PIC/P16F627A.pm
lib/VIC/PIC/P16F628A.pm
lib/VIC/PIC/P16F631.pm
lib/VIC/PIC/P16F648A.pm
lib/VIC/PIC/P16F677.pm
lib/VIC/PIC/P16F685.pm
lib/VIC/PIC/P16F687.pm
lib/VIC/PIC/P16F689.pm
lib/VIC/PIC/P16F690.pm
lib/VIC/PIC/P18F13K50.pm
lib/VIC/PIC/P18F14K50.pm
lib/VIC/PIC/P18F242.pm
lib/VIC/PIC/P18F252.pm
lib/VIC/PIC/P18F442.pm
lib/VIC/PIC/P18F452.pm
lib/VIC/PIC/P18LF13K50.pm
lib/VIC/PIC/P18LF14K50.pm
lib/VIC/PIC/Roles.pm
lib/VIC/Receiver.pm
LICENSE
MANIFEST
MANIFEST.SKIP
META.json
META.yml
README
README.md
script/vic
share/examples/adctest.vic
share/examples/blinker.vic
share/examples/conditional.vic
share/examples/debouncer.vic
share/examples/delay.vic
share/examples/GNUmakefile
share/examples/helloworld.vic
share/examples/hw.vic
share/examples/interrupt.vic
share/examples/led7seg.vic
share/examples/loopbreak.vic
share/examples/math8bit.vic
share/examples/pwm.vic
share/examples/pwm2.vic
share/examples/reader.vic
share/examples/reader_pin.vic
share/examples/reader_port.vic
share/examples/reversible.vic
share/examples/rotater.vic
share/examples/sleep_wakeup.vic
share/examples/sleep_wdt.vic
share/examples/timer.vic
share/examples/uart.vic
share/examples/uartisr.vic
share/examples/varrotate.vic
share/rebuild-grammar
share/rebuild-grammar.PL
share/vic.pgx
share/vic.vim
t/00_use.t
t/00_verify.t
t/01_helloworld.t
t/02_blinker.t
t/03_rotater.t
t/04_debouncer.t
t/05_adctest.t
t/06_fail_instruction.t
t/07_timer.t
t/08_reversible.t
t/09_interrupt.t
t/10_math.t
t/11_math8bit.t
t/12_conditional.t
t/13_loopbreak.t
t/14_helloworldsim.t
t/15_rotatersim.t
t/16_debouncesim.t
t/17_math8bitsim.t
t/18_led7segsim.t
t/19_disablesim.t
t/20_fail_write.t
t/21_delaysim.t
t/22_pwm.t
t/23_pwm2.t
t/24_gputils.t
t/25_uart.t
t/25_uart2.t
t/25_uartisr.t
t/26_reader.t
t/27_reader_pin.t
t/27_reader_port.t
t/28_sleep_wakeup.t
t/28_sleep_wdt.t
t/lib/Test/VIC.pm