From 9303111bbdb383c3dc27175584246e746c5e7b07 Mon Sep 17 00:00:00 2001 From: Malik Enes Safak Date: Fri, 17 Jul 2020 16:03:55 +0300 Subject: [PATCH] README.md update --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 98dde3c..aff2979 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,17 @@ # PDFirmata Firmata Client for Pure Data -# Current state -As of 06.2020 this external almost completely rewritten. Included pd-lib-builder and Makefile for compiling external without headaches. I hope I will release stable before 07.2020. - # TODO -- [Implement OneWire](https://github.com/firmata/protocol/blob/master/onewire.md) - [Implement Scheduler](https://github.com/firmata/protocol/blob/master/scheduler.md) -- [Implement custom floating point format used by accelstepper](https://github.com/firmata/protocol/blob/master/accelStepperFirmata.md#accelstepperfirmatas-custom-float-format) # Description -PDFirmata is Firmata Client for Miller S. Puckette's Pure Data. PDFirmata supports most of features of Firmata protocol. Up to 4 software and 4 hardware UART, 1 I2C, 5 Encoder, 6 Stepper. Also Servos, Digital and Analog IO, PWM Output and so. +PDFirmata is Firmata Client for Miller S. Puckette's Pure Data. PDFirmata supports all features of Firmata protocol except Scheduler. + +## Compatibility + +Current PDFirmata client is compatible with Firmata protocol 2.6.0 # Arduino Instructions: