mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
docu: links to ccs32berta and clara
This commit is contained in:
parent
a416fbe69e
commit
c18be1f852
1 changed files with 4 additions and 2 deletions
|
@ -262,8 +262,10 @@ See [Windows installation manual](doc/installation_on_windows.md)
|
||||||
See [Raspberry installation manual](doc/installation_on_raspberry.md)
|
See [Raspberry installation manual](doc/installation_on_raspberry.md)
|
||||||
|
|
||||||
### Usage on Microcontrollers
|
### Usage on Microcontrollers
|
||||||
This python project is NOT intended for use on microcontrollers like ESP32 or STM32. But there is a variant ported to C for
|
This python project is NOT intended for use on microcontrollers like ESP32 or STM32. But there are variants ported to C:
|
||||||
use in the Arduino IDE, with the ESP32-based WT32-ETH01 board. See here: https://github.com/uhi22/ccs32
|
- for use in the Arduino IDE, with the ESP32-based WT32-ETH01 board, see here: https://github.com/uhi22/ccs32
|
||||||
|
- for use in the Arduino IDE, with ESP32 talking via SPI to QCA7005: https://github.com/uhi22/ccs32berta
|
||||||
|
- plain C / C++ on STM32 with QCA7005, using OpenInverter library: https://github.com/uhi22/ccs32clara
|
||||||
|
|
||||||
## Example flow
|
## Example flow
|
||||||
This chapter describes the start of a charging session, considering all layers. The checkpoint numbers can be used as reference in code and in the log files.
|
This chapter describes the start of a charging session, considering all layers. The checkpoint numbers can be used as reference in code and in the log files.
|
||||||
|
|
Loading…
Reference in a new issue