1 Commits
Author SHA1 Message Date
Michel 1ae879b6d8 Rebuild for use with PlatformIO 2023-11-04 21:19:44 +01:00
10 changed files with 31 additions and 18 deletions
-4
View File
@@ -1,4 +0,0 @@
template: |
## Whats Changed
$CHANGES
-14
View File
@@ -1,14 +0,0 @@
name: Release Drafter
on:
push:
branches:
- main
jobs:
release_drafter:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+5
View File
@@ -0,0 +1,5 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
+10
View File
@@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}
+14
View File
@@ -0,0 +1,14 @@
[env]
framework = arduino
[env:teensylc]
platform = teensy
board = teensylc
[env:pico]
platform = raspberrypi
board = pico
[env:micro]
platform = atmelavr
board = micro
@@ -1,3 +1,5 @@
#include <Arduino.h>
#include "led_blaster.h" #include "led_blaster.h"
#include "notebook_adapter.h" #include "notebook_adapter.h"