Skip to content

Commit

Permalink
Arduino library manager how-to
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiaai authored Aug 8, 2023
1 parent f032fe8 commit 68ed935
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ adapted to [Kaia.ai](https://kaia.ai/)-based robots. Specifically, this adapted
- sets up the library for inclusion into the Arduino Library Manager
- pre-built for ESP32 only

## Install a library release by .ZIP download
## Install a library release using Arduino Library Manager
- open your Arduino IDE
- select the Tools -> Manage Libraries menu
- type `kaia` in the search filter
- click Install

Keep in mind that this library is pre-built for ESP32 platform only. If you would like to use it with another platform, see instructions below on how to modify and rebuild the library. In particular, try omitting `-p esp32` in the `docker run` command.

## Install a library release by .zip download
- Navigate to the [release section](https://github.com/kaiaai/micro_ros_arduino_kaia/releases)
and download the latest `micro_ros_arduino_kaia_prebuilt.zip` release
- Launch your Arduino IDE, open the Sketch -> Include library -> Add .ZIP Library... menu and
Expand Down

0 comments on commit 68ed935

Please sign in to comment.