Skip to content

Commit

Permalink
Merge pull request #11 from hpwit/integration
Browse files Browse the repository at this point in the history
Integration
  • Loading branch information
hpwit authored Jan 19, 2024
2 parents 47fcb30 + 32a07ff commit 88593e0
Show file tree
Hide file tree
Showing 18 changed files with 2,577 additions and 1,926 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/testcode.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: LibraryBuild
on:
push: # see: https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-event-pull_request
paths:
- '**.ino'
- '**.cpp'
- '**.h'
- '**testcode.yml'
pull_request:
jobs:
build:
name: test compiling examples

runs-on: ubuntu-latest


steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Compile all examples
uses: ArminJo/arduino-test-compile@v3
with:
arduino-board-fqbn: esp32:esp32:esp32:DebugLevel=verbose,FlashMode=dio,FlashFreq=80,FlashSize=4M
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
sketch-names: gettingstarted.ino # Comma separated list of sketch names (no path required) or patterns to use in build
board-name: esp32
set-build-path: true

21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2019 Yves BAZIN

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![build status](https://github.com/hpwit/I2SClocklessVirtualLedDriver/workflows/build/badge.svg)](https://github.com/hpwit/I2SClocklessVirtualLedDriver/actions/workflows/testcode.yml)

# I2SClocklessVirtualLedDriver for esp32
## Introduction
### What kind of led do you want to drive
Expand Down
86 changes: 0 additions & 86 deletions examples/Dithering/Dithering.ino

This file was deleted.

47 changes: 0 additions & 47 deletions examples/FullBufferFastLED/FullBufferFastLED.ino

This file was deleted.

41 changes: 0 additions & 41 deletions examples/FullBufferLoop/FullBufferLoop.ino

This file was deleted.

50 changes: 0 additions & 50 deletions examples/FullBufferLoopStartStop/FullBufferLoopStartStop.ino

This file was deleted.

36 changes: 0 additions & 36 deletions examples/FullBufferLoopSync/FullBufferLoopSync.ino

This file was deleted.

This file was deleted.

Loading

0 comments on commit 88593e0

Please sign in to comment.