Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: library included #8

Open
junowong0114 opened this issue Jan 29, 2018 · 1 comment
Open

Question: library included #8

junowong0114 opened this issue Jan 29, 2018 · 1 comment

Comments

@junowong0114
Copy link

junowong0114 commented Jan 29, 2018

Hi, I am an undergraduate student who is trying to build an incubator as part of my 3D bioprinter project, your PID controller caught my attention and I would love to incorporate it into our work. However, I am not sure about the libraries you are using, particularly the <Serial.h> library you are using. Can you maybe tell me where I can download this library? Thank you!

#edited: Actually, I have problems in finding the correct libraries you used. Could you please compile a list of site where I can download the libraries you used?

@junowong0114
Copy link
Author

junowong0114 commented Jan 29, 2018

Actually, after some digging, I was able to pin point the libraries:

<OneWire.h>
https://github.com/milesburton/Arduino-Temperature-Control-Library

<RTClib.h>
https://github.com/adafruit/RTClib

<QueueList.h>
https://playground.arduino.cc/Code/QueueList#Download

<SD.h>
DO NOT USE BUILT IN SD.h
https://github.com/adafruit/SD

<Serial.h>
Down <SoftwareSerial.h> from library manager
Change the #include <Serial.h> line to #include <SoftwareSerial.h>

<avr/wdt.h><Wire.h><SPI.h>
Built in within latest Arduino IDE

<LiquidCrystal.h>
Search in library manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant