Arduino and Teensy libraries: Difference between revisions

From Rsewiki
No edit summary
No edit summary
Line 14: Line 14:
[[file:arduino-boards-manager.png | 400px]]
[[file:arduino-boards-manager.png | 400px]]


** In the Library manager (Tools->Manage libraries), search for "MPU9250_asukiaaa" and "Adafruit GFX library" and install both, including dependencies.
** In the Library manager (Tools->Manage libraries), search for "MPU9250_asukiaaa" and "Adafruit GFX library" and install both, including dependencies. These are used to interface the IMU and support for the small display.


[[file:arduino-library-manager-MPU.png | 400px]]
[[file:arduino-library-manager-MPU.png | 400px]]
[[file:arduino-library-manager.png | 400px]]
[[file:arduino-library-manager.png | 400px]]

Revision as of 13:55, 5 July 2024

Back to Basebot

Installation of Arduino and Teensy support

"Arduino preferences with additional board manager URL"


    • In the boards manager (Tools->Boards->Boards manager), search for Teensy and install support for Teensy boards.

    • In the Library manager (Tools->Manage libraries), search for "MPU9250_asukiaaa" and "Adafruit GFX library" and install both, including dependencies. These are used to interface the IMU and support for the small display.