Version:
Usage
Install the latest arduinocore-avr package with the following command:
meson wrap install arduinocore-avrOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from arduinocore-avr 1.8.7-1 can be used by adding the following lines to your meson.build file:
arduinocore_dep = dependency('arduinocore')
arduinocore_main_dep = dependency('arduinocore-main')
arduinocore_eeprom_dep = dependency('arduinocore-eeprom')
arduinocore_hid_dep = dependency('arduinocore-hid')
arduinocore_softwareserial_dep = dependency('arduinocore-softwareserial')
arduinocore_spi_dep = dependency('arduinocore-spi')
arduinocore_wire_dep = dependency('arduinocore-wire')Project Options
Loading patch files...
Patch Files Preview
Loading patch files...