Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Jul 16, 2024
1 parent 362b6aa commit 8c86d56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

# The ⚡ULTIMATE⚡ Arduino starter template for Platformio 🐩

Starting a new project using the [arduino framework](https://www.arduino.cc/) in [platformio](https://platformio.org/) can be a mess, trying to get the right board matched with the right platform, matched with the right compiler flags to make USB work or getting the correct OSC library, etc.
Making electronics projects using the [arduino framework](https://www.arduino.cc/) in [platformio](https://platformio.org/) is amazingly fast, low-maintenance and wonderful. If you know how to set it up. Trying to get the right board matched with the right platform, matched with the right compiler flags to make USB work or getting the correct OSC library, etc.

This template makes it easier to set up a nice skeleton to create a project for an arduino-supported microcontroller board using [platformio](https://platformio.org/).
This template makes it easier by providing a nice skeleton with some cool extra features and opinionated things to turbo charge your new project.

It has a lot of common things set up for most common boards used in the art/music/maker world, including a few optimizations and weird fixes.
It has a lot of common things set up for some common boards used in the art/music/maker world, including a few optimizations and weird fixes.

It includes suggestions for libraries to use so you don't have to dig around too much for the common stuff. Just uncomment in the platformio.ini file and recompile.

Expand Down

0 comments on commit 8c86d56

Please sign in to comment.