Skip to content

Commit

Permalink
Merge pull request #313 from facchinm/led+arduinographics_fix
Browse files Browse the repository at this point in the history
Arduino_LED_Matrix: add to CI and fix ArduinoGraphics begin()
  • Loading branch information
facchinm authored May 13, 2024
2 parents 8b1c030 + 6c28783 commit 74921ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,13 @@ jobs:
- board:
fqbn: "arduino:renesas_uno:unor4wifi"
additional-sketch-paths: |
- libraries/Arduino_LED_Matrix
- libraries/WiFiS3
- libraries/OTAUpdate
- board:
fqbn: "arduino-git:renesas:unor4wifi"
additional-sketch-paths: |
- libraries/Arduino_LED_Matrix
- libraries/WiFiS3
- libraries/OTAUpdate
- libraries/OPAMP
Expand Down Expand Up @@ -157,6 +159,7 @@ jobs:
- name: ArduinoDMX
- name: ArduinoRS485
- name: ArduinoIoTCloud
- name: ArduinoGraphics
platforms: |
# Use Board Manager to install the latest release of Arduino Renesas Boards to get the toolchain
- name: "arduino:renesas_uno"
Expand Down
2 changes: 1 addition & 1 deletion libraries/Arduino_LED_Matrix/src/Arduino_LED_Matrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class ArduinoLEDMatrix
void off(size_t pin) {
turnLed(pin, false);
}
bool begin() {
int begin() {
bool rv = true;
uint8_t type;
int8_t ch = FspTimer::get_available_timer(type);
Expand Down

0 comments on commit 74921ae

Please sign in to comment.