Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1ae879b6d8 |
@@ -1,4 +0,0 @@
|
|||||||
template: |
|
|
||||||
## What’s Changed
|
|
||||||
|
|
||||||
$CHANGES
|
|
||||||
@@ -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 }}
|
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
.pio
|
||||||
|
.vscode/.browse.c_cpp.db*
|
||||||
|
.vscode/c_cpp_properties.json
|
||||||
|
.vscode/launch.json
|
||||||
|
.vscode/ipch
|
||||||
Vendored
+10
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
|
||||||
Reference in New Issue
Block a user