Skip to content

Commit b1a57aa

Browse files
authored
Merge pull request #25 from facts-engineering/15-modules-on-P1AM-200
Allow 15 modules on P1AM-200 and bump to 1.0.8
2 parents 60d03db + 207cf2b commit b1a57aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=P1AM
2-
version=1.0.7
2+
version=1.0.8
33
author=FACTS Engineering
44
maintainer=Adam Cummick <adamc@facts-eng.com>
55
sentence=P1AM CPU library

src/defines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SOFTWARE.
3636

3737

3838
#ifdef _VARIANT_P1AM_200
39-
#define NUMBER_OF_MODULES 8
39+
#define NUMBER_OF_MODULES 15
4040
#define slaveSelectPin 44
4141
#define slaveAckPin 47
4242
#define SWITCH_BUILTIN 31

0 commit comments

Comments
 (0)