Skip to content

Commit 38b0ce3

Browse files
authored
Merge pull request #24 from aliphys/master
[TC-345] Add compatible boards
2 parents bc6ea2c + 8800151 commit 38b0ce3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See: https://github.com/codespell-project/codespell#using-a-config-file
22
[codespell]
33
# In the event of a false positive, add the problematic word, in all lowercase, to a comma-separated list here:
4-
ignore-words-list = ,
4+
ignore-words-list = wan,
55
check-filenames =
66
check-hidden =
77
skip = ./.git

README.adoc

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/
77
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml/badge.svg["Compile Examples status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/compile-examples.yml"]
88
image:https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml/badge.svg["Spell Check status", link="https://github.com/{repository-owner}/{repository-name}/actions/workflows/spell-check.yml"]
99

10-
This library allows the control and configuration of the BQ24195 PMIC used on various Arduino boards.
10+
This library allows the control and configuration of the BQ24195 PMIC as part of the following Arduino boards:
11+
12+
* The following MKR boards
13+
** MKR WIFI 1010 (SKU: ABX00023)
14+
** MKR WAN 1310 (SKU: ABX00029)
15+
** MKR GSM 1400 (SKU: ABX00018)
16+
** MKR NB 1500 (SKU: ABX00019)
17+
* Nano Motor Carrier (SKU: ABX00041)
18+
* Portenta Max Carrier (SKU: ABX00043)
1119

1220
The library is in beta and its APIs are not stable yet.
1321

0 commit comments

Comments
 (0)