Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
58d30565cc
|
@ -1,13 +1,11 @@
|
||||||
# PicoCalc – A cost-effective portable MCU terminal
|
# PicoCalc – A cost-effective portable MCU terminal
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📌 Features
|
## 📌 Features
|
||||||
- Supports the Raspberry Pi **Pico H**/ **Pico WH** series and various compatible modules.
|
- Supports the Raspberry Pi **Pico H**/**Pico WH** series and various compatible modules.
|
||||||
- **Expandable hardware** with SPI/I²C/UART for external peripherals.
|
- **Expandable hardware** with SPI/I²C/UART for external peripherals.
|
||||||
- **Support for Micropython & C/C++ development** using the Raspberry Pi Pico SDK.
|
- **Support for Micropython & C/C++ development** using the Raspberry Pi Pico SDK.
|
||||||
- **Customizable keypad & UI**, allowing users to modify functionalities.
|
- **Customizable keypad & UI**, allowing users to modify functionalities.
|
||||||
|
@ -23,14 +21,11 @@ PicoCalc supports **C/C++ development** via Pico SDK,The firmware can be modifie
|
||||||
- I²C/SPI communication for interfacing with external sensors.
|
- I²C/SPI communication for interfacing with external sensors.
|
||||||
- Keyboard remapping and custom UI modifications.
|
- Keyboard remapping and custom UI modifications.
|
||||||
|
|
||||||
|
|
||||||
See the [Code](https://github.com/clockworkpi/PicoCalc/tree/master/Code) directory for sample applications.
|
See the [Code](https://github.com/clockworkpi/PicoCalc/tree/master/Code) directory for sample applications.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📢 Community & Support
|
## 📢 Community & Support
|
||||||
- Official website: [clockworkpi.com](https://forum.clockworkpi.com/)
|
- Official website: [clockworkpi.com](https://www.clockworkpi.com/)
|
||||||
- Forum: [ClockworkPi Community](https://forum.clockworkpi.com/)
|
- Forum: [ClockworkPi Community](https://forum.clockworkpi.com/)
|
||||||
- GitHub Issues: [Report Bugs & Features](https://github.com/clockworkpi/PicoCalc/issues)
|
- GitHub Issues: [Report Bugs & Features](https://github.com/clockworkpi/PicoCalc/issues)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue