-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
125 lines (125 loc) · 4.34 KB
/
.gitignore
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
122
123
124
125
EEPROM/EEPROM.cpp
EEPROM/EEPROM.h
EEPROM/keywords.txt
EEPROM/examples/eeprom_clear/eeprom_clear.ino
EEPROM/examples/eeprom_read/eeprom_read.ino
EEPROM/examples/eeprom_write/eeprom_write.ino
Ethernet/Dhcp.cpp
Ethernet/Dhcp.h
Ethernet/Dns.cpp
Ethernet/Dns.h
Ethernet/Ethernet.cpp
Ethernet/Ethernet.h
Ethernet/EthernetClient.cpp
Ethernet/EthernetClient.h
Ethernet/EthernetServer.cpp
Ethernet/EthernetServer.h
Ethernet/EthernetUdp.cpp
Ethernet/EthernetUdp.h
Ethernet/keywords.txt
Ethernet/util.h
Ethernet/examples/BarometricPressureWebServer/BarometricPressureWebServer.ino
Ethernet/examples/ChatServer/ChatServer.ino
Ethernet/examples/CosmClient/CosmClient.ino
Ethernet/examples/CosmClientString/CosmClientString.ino
Ethernet/examples/DhcpAddressPrinter/DhcpAddressPrinter.ino
Ethernet/examples/DhcpChatServer/DhcpChatServer.ino
Ethernet/examples/DnsWebClient/DnsWebClient.ino
Ethernet/examples/PachubeClient/PachubeClient.ino
Ethernet/examples/PachubeClientString/PachubeClientString.ino
Ethernet/examples/TelnetClient/TelnetClient.ino
Ethernet/examples/TwitterClient/TwitterClient.ino
Ethernet/examples/UDPSendReceiveString/UDPSendReceiveString.ino
Ethernet/examples/UdpNtpClient/UdpNtpClient.ino
Ethernet/examples/WebClient/WebClient.ino
Ethernet/examples/WebClientRepeating/WebClientRepeating.ino
Ethernet/examples/WebServer/WebServer.ino
Ethernet/utility/socket.cpp
Ethernet/utility/socket.h
Ethernet/utility/w5100.cpp
Ethernet/utility/w5100.h
Firmata/Boards.h
Firmata/Firmata.cpp
Firmata/Firmata.h
Firmata/LICENSE.txt
Firmata/TODO.txt
Firmata/keywords.txt
Firmata/examples/AllInputsFirmata/AllInputsFirmata.ino
Firmata/examples/AnalogFirmata/AnalogFirmata.ino
Firmata/examples/EchoString/EchoString.ino
Firmata/examples/I2CFirmata/I2CFirmata.ino
Firmata/examples/OldStandardFirmata/LICENSE.txt
Firmata/examples/OldStandardFirmata/OldStandardFirmata.ino
Firmata/examples/ServoFirmata/ServoFirmata.ino
Firmata/examples/SimpleAnalogFirmata/SimpleAnalogFirmata.ino
Firmata/examples/SimpleDigitalFirmata/SimpleDigitalFirmata.ino
Firmata/examples/StandardFirmata/LICENSE.txt
Firmata/examples/StandardFirmata/StandardFirmata.ino
LiquidCrystal/LiquidCrystal.cpp
LiquidCrystal/LiquidCrystal.h
LiquidCrystal/keywords.txt
LiquidCrystal/examples/Autoscroll/Autoscroll.ino
LiquidCrystal/examples/Blink/Blink.ino
LiquidCrystal/examples/Cursor/Cursor.ino
LiquidCrystal/examples/CustomCharacter/CustomCharacter.ino
LiquidCrystal/examples/Display/Display.ino
LiquidCrystal/examples/HelloWorld/HelloWorld.ino
LiquidCrystal/examples/Scroll/Scroll.ino
LiquidCrystal/examples/SerialDisplay/SerialDisplay.ino
LiquidCrystal/examples/TextDirection/TextDirection.ino
LiquidCrystal/examples/setCursor/setCursor.ino
SD/File.cpp
SD/README.txt
SD/SD.cpp
SD/SD.h
SD/keywords.txt
SD/examples/CardInfo/CardInfo.ino
SD/examples/Datalogger/Datalogger.ino
SD/examples/DumpFile/DumpFile.ino
SD/examples/Files/Files.ino
SD/examples/ReadWrite/ReadWrite.ino
SD/examples/listfiles/listfiles.ino
SD/utility/FatStructs.h
SD/utility/Sd2Card.cpp
SD/utility/Sd2Card.h
SD/utility/Sd2PinMap.h
SD/utility/SdFat.h
SD/utility/SdFatUtil.h
SD/utility/SdFatmainpage.h
SD/utility/SdFile.cpp
SD/utility/SdInfo.h
SD/utility/SdVolume.cpp
SPI/SPI.cpp
SPI/SPI.h
SPI/keywords.txt
SPI/examples/BarometricPressureSensor/BarometricPressureSensor.ino
SPI/examples/BarometricPressureSensor/BarometricPressureSensor/BarometricPressureSensor.ino
SPI/examples/DigitalPotControl/DigitalPotControl.ino
Servo/Servo.cpp
Servo/Servo.h
Servo/keywords.txt
Servo/examples/Knob/Knob.ino
Servo/examples/Sweep/Sweep.ino
SoftwareSerial/SoftwareSerial.cpp
SoftwareSerial/SoftwareSerial.h
SoftwareSerial/keywords.txt
SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino
SoftwareSerial/examples/TwoPortReceive/TwoPortReceive.ino
Stepper/Stepper.cpp
Stepper/Stepper.h
Stepper/keywords.txt
Stepper/examples/MotorKnob/MotorKnob.ino
Stepper/examples/stepper_oneRevolution/stepper_oneRevolution.ino
Stepper/examples/stepper_oneStepAtATime/stepper_oneStepAtATime.ino
Stepper/examples/stepper_speedControl/stepper_speedControl.ino
Wire/Wire.cpp
Wire/Wire.h
Wire/keywords.txt
Wire/examples/SFRRanger_reader/SFRRanger_reader.ino
Wire/examples/digital_potentiometer/digital_potentiometer.ino
Wire/examples/master_reader/master_reader.ino
Wire/examples/master_writer/master_writer.ino
Wire/examples/slave_receiver/slave_receiver.ino
Wire/examples/slave_sender/slave_sender.ino
Wire/utility/twi.c
Wire/utility/twi.h