from machine import I2C, Pin from ssd1306 import SSD1306_I2C from font import Font import time i2c = I2C(scl=Pin(0), sda=Pin(2)) display= SSD1306_I2C(128, 32, i2c) f ...
Library using Java 11 and Pi4J v2 to interface with PN532 NFC modules from a Raspberry Pi. Almost completely re-written and updated for Java 11 and Pi4J v2. I2C, Serial, and SPI are all working.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results