ps2键盘连arduino当MIDI用的代码,用Cubase软件,实现键盘操控音色。
2021-03-13 13:46:21 24KB Arduino代码
1
ESP32编译器 目的 易于使用。 但是我在更复杂的物联网项目中遇到了诸如可维护性和可测试性的问题。 在通过手动100%进行代码功能测试之前,我需要编译并刷新ESP32。 该解决方案将Golang转换为Arduino代码,可以使用ESP32工具链将其编译为图像。 现在,我可以使用全自动测试方法,而无需100%手动进行。 重要事项: Transpiler仅支持一小部分。 查看和以获取当前功能。 也不可能触发C / C ++垃圾回收,因为Golang会自动在“后台”处理它。 Go字符串将被转换为C常量char数组,可以在堆栈上处理。 安装 go get -u github.com/andygeiss/esp32-transpiler 用法 Usage of esp32-transpiler: -source string Golang source file -target string Arduino sketch file
2021-01-31 14:11:16 9KB go golang arduino esp32
1
arduino 代码,很全很多,C语言,LED,传感器,各种各样,案例很全
2019-12-21 20:11:14 4.63MB arduino
1
移动气象站代码。 基于nb-iot和arduino。arduino型号为arduino pro mini。 代码介绍在https://blog.csdn.net/fengf2017/article/details/80698207
2019-12-21 19:44:00 3KB arduino nb-iot
1