ISP P2 Multi Servo Exercisor
Exercise/Characterize multiple servos connected via PCA9685 PWM controller
Exercise/Characterize multiple servos connected via PCA9685 PWM controller
P2 support for Breadboard Mates (BBM) TIMI line of OLED displays
Object for P2 enabling email send, file access, control P2 via web-backend, etc.
Combine 4 VL53L5CX TOF sensors with a PCF8575 Port Expander to create a single wide-angle sensor
Interacting with the PCF8575 I/O port expander from our P2
Interacting with the VL53L5CX Time-of-Flight Sensor from our P2
Driver and demo code for the generic SSD1306 type displays
the fifth parameter affects the readOnly setting. Set to anything other than 0 and you can’t write to the card. fat.FATEngineStart(_SD_DO, _SD_CLK, _SD_DI, _SD_CS, 0) fat.mountPartition(0) fat.newFile(string(“test.txt”)) fat.closeFile() fat.openFile(string(“test.txt”),”w”) fat.writeString(string(“this is file test.txt”)) fat.closeFile() fat.openFile(string(“test.txt”),”r”) fat.readData(@buffer,fat.fileSize()) debug(zstr(@buffer)) Refer to this…
A serial driver that can work with the Prop Tool Debug window (and regular terminals too)
Flash FS - a filesystem for the FLASH chip on the P2 Edge Module.