Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
projekte2014:beerbot:dokumentation:quellcode [2014/08/13 16:42] wuxmax angelegt |
projekte2014:beerbot:dokumentation:quellcode [2016/01/21 12:45] (aktuell) |
||
---|---|---|---|
Zeile 891: | Zeile 891: | ||
</code> | </code> | ||
- | |||
- | ==== 3rd party libraries ==== | ||
- | |||
- | === i2c_t3 ==== | ||
- | |||
- | I2C library for Teensy3 | ||
- | |||
- | http://forum.pjrc.com/threads/21680-New-I2C-library-for-Teensy3 | ||
- | |||
- | === teensy3_Melexis90620 === | ||
- | |||
- | Library to control the Melexis90620 thermal camera | ||
- | |||
- | https://github.com/Zapalot/teensy3_Melexis90620 | ||
- | |||
- | === NewPing === | ||
- | |||
- | Library for improved usage of an ultrasonic distance sensor with a Teensy. | ||
- | |||
- | https://github.com/PaulStoffregen/NewPing |