Arduino_Core_STC是一个Arduino IDE的扩展包,它为STC MCU(单片微控制器)提供了支持。这个扩展包允许用户在Arduino IDE中直接使用STC MCU的功能,而无需进行额外的配置或编译步骤。这使得开发过程更加简单和高效。 通过使用Arduino_Core_STC,用户可以访问STC MCU的许多功能,包括GPIO、定时器、串行通信等。这些功能对于...
This repo adds the support of STC MCU in Arduino IDE. Supported boards STC8H Series STC8G Series Getting Started Add this link in the "Additional Boards Managers URLs" field: https://github.com/ma6254/Arduino_Core_STC/raw/main/package_ma6254_stcduino_index.json ...