diff --git a/README.md b/README.md index d0748be..3298f87 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,31 @@ -# This is a working branch to implement an SPI interface. -## An update log is below: - -* July 21 2021 - * Created the spi branch. - -* July 24 2021 - * Updated Telemetrix4RpiPico.h for SPI processing - * init_spi method coded. Not yet tested. - * write_blocking_spi coded. Not yet tested. - -* July 25 2021 - * Modified write_blocking_spi function. Not yet tested. - * Implemented read_blocking_spi function. Not yet tested. - * Seperated out SPI chip select control as a seperate function - -* July 27 2021 - * Test and debug begun. Successfuly intialized and read MPU9250 - -* July 28 2021 - * First candidate release is avaialable - # Telemetrix4RpiPico ![](images/tmx.png) +The Pico server code may be viewed [here.](https://github.com/MrYsLab/Telemetrix4RpiPico) + +You may download the .uf2 file [here.](https://github.com/MrYsLab/Telemetrix4RpiPico/raw/master/cmake-build-release/Telemetrix4RpiPico.uf2) + +The following functionality is implemented in this release: + +* Analog Input +* Digital Input, Digital Input Pullup, Digital Input Pulldown +* PWM output +* Loopback (for client/server link debugging) +* I2C Support +* SPI Support +* NeoPixel Support +* Servo Support +* HC-SR04 Type Sonar Distance Sensor Support +* DHT 11 and 22 Humidity/Temperature Sensor Support +* Autodetect PICO device over USB Serial. +* Automatic board reset of the PICO using the watchdog timer when application exits. + * Board will blink twice upon reset. +* Retrieval of the PICO's unique ID. + The Telemetrix4RpiPico server, in conjunction with its [client peer](https://github.com/MrYsLab/telemetrix-rpi-pico), allows you to control a Raspberry Pi Pico remotely from your PC. A complete [User's Guide](https://mryslab.github.io/telemetrix-rpi-pico/) is available describing how to install and use both the server and client. -To install the server, follow these [installation instructions.](https://mryslab.github.io/telemetrix-rpi-pico/install_pico_server/) +To install the server, follow these [installation instructions.](https://mryslab.github.io/telemetrix-rpi-pico/install_pico_server.html) diff --git a/cmake-build-release/Telemetrix4RpiPico.uf2 b/cmake-build-release/Telemetrix4RpiPico.uf2 index 09975db..2bb1764 100644 Binary files a/cmake-build-release/Telemetrix4RpiPico.uf2 and b/cmake-build-release/Telemetrix4RpiPico.uf2 differ