-
Notifications
You must be signed in to change notification settings - Fork 119
Description
I'd love to see support for the P1AM-200 programmable logic controller board. Arduinio board variant is at:
https://github.com/facts-engineering/ArduinoCore-samd/tree/master/variants/P1AM-200
I have been able to get some basic functionality working using adafruit_grandcentral_m4 (onboard LED, Switch, and Neopixel) however I am trying to get this working with the P1AM library from https://github.com/facts-engineering/P1AM/ and haven't been successful yet. I believe this to be because I have not found the correct SPI pins being used for the connection to these "P1000" modules (or have not initialized the SPI pins being used for these properly).
There is also a schematic at https://github.com/facts-engineering/P1AM-Design-Files/blob/master/P1AM%20CPUs/P1AM_200_REVA.pdf
Any help is appreciated!