usini / ch32v003_Arduino

Really basic attempt to replicate Arduino functions inside MounRiver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ch32v003_Arduino

Really basic attempt to replicate Arduino functions inside MounRiver

Update : Someone is trying to port it to Arduino : https://github.com/AlexanderMandera/arduino-wch32v003/

Dev Board used:

Photo

Dev board

You need the programmer, the USB is just for power!

Pinout

  • Builtin led: D4
  • Builtin button (pull-up) : D7

Getting Started

  • Download MounRiver Studio
  • File/Load template/ArduinoTemplate.wvproj
  • Examples are availables in examples/ just copy main.c in template

Functions availables

Sources

About

Really basic attempt to replicate Arduino functions inside MounRiver

License:MIT License


Languages

Language:C 85.6%Language:Makefile 13.7%Language:Assembly 0.6%