Skip to content

Libraries

steigeia edited this page Mar 17, 2017 · 11 revisions

Standard Arduino Libraries

My project uses 3 of the Standard Libraries from Arduino which can be found here. These libraries include the SPI, SD, and Wire libraries. The SPI library is used to allow the UNO to talk to other device using the SPI communication protocol. The Wire library is used to allow the UNO to talk to other device using the I2C communication protocol. You can learn more about the SPI and I2C communication protocol on the Communication Protocols page . You can learn more about Arduino's SPI library here ans Arduino' Wire library here. The SD library allows for the Arduino UNO to read from and write to SD cards utilizing SD slot like on the data logging shield. I mainly utilized the code from the Datalogger example which can be found here.

RTClib-master

AddicoreRFID

Clone this wiki locally