4p78-final-project/doc/references.bib

44 lines
1.2 KiB
BibTeX

@@misc{pid_lib,
key = "pid_lib",
title = {{Arduino PID Library}},
author = {{Brett Beauregard}},
note = "\url{https://github.com/br3ttb/Arduino-PID-Library/tree/master}",
}
@@misc{dist_lib,
key = "dist_lib",
title = {{Adafruit VL53L0X Library}},
note = "\url{https://github.com/adafruit/Adafruit_VL53L0X}",
}
@misc{enc_lib,
key = "enc)lib",
title = {{AS5600 Library}},
note = "\url{https://github.com/RobTillaart/AS5600}",
}
@misc{gyro_lib,
key = "gyro_lib",
author = "{{Electronic Cats}}",
title = {{MPU6050 Library}},
note = "\url{https://github.com/ElectronicCats/mpu6050}",
}
@misc{wifi_lib,
key = "wifi_lib",
title = {{Arduino core for ESP8266 WiFi}},
note = "\url{https://github.com/esp8266/Arduino}",
}
@misc{pid_help,
key = "pid_help",
title = {{Introducing Proportional On Measurement}},
author = {{Brett Beauregard}},
date = "June 20, 2017",
note = "\url{http://brettbeauregard.com/blog/2017/06/introducing-proportional-on-measurement/}",
}
@misc{odom_help,
key = "odom_help",
title = {{A Tutorial and Elementary Trajectory Model
for the Differential Steering System
of Robot Wheel Actuators}},
author = {{G.W. Lucas}},
note = "\url{https://rossum.sourceforge.net/papers/DiffSteer/}",
}