Skip to content

Commit 9675dba

Browse files
author
Max 'MaxMax' Mönikes
committed
Changes in properties and linter setup
1 parent b1a81b2 commit 9675dba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: arduino/arduino-lint-action@v1
99
with:
10-
library-manager: update
10+
library-manager: submit
1111
compliance: strict

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=TLE9012_BMS_IC
2-
version=0.0.1
2+
version=0.1
33
author=Maximilian Mönikes
44
maintainer=Maximilian Mönikes
55
sentence=This library provides an interface for Infineons Battery Management IC TLE9012
66
paragraph=This library is supposed to work with either a direct connection to the TLE9012 or in combination with a TLE9015 Transceiver IC. Not that a Hardware Serial is required with at least 1Mbit/s so not every Arduino Board is compatible
77
category=Device Control
88
url=https://github.com/MaxMax-embedded/TLE9012_Arduino_Lib
9-
architectures=*
9+
architectures=esp32
1010
includes=TLE9012.h

0 commit comments

Comments
 (0)