Hi,
Is arduino work with STM8 board?
Is arduino work with STM8 board
- Rick Kimball
- Posts: 1400
- Joined: Tue Apr 28, 2015 1:26 am
- Location: Eastern NC, US
- Contact:
Re: Is arduino work with STM8 board
Have you searched for STM8, there are many posts about it.
-rick
Re: Is arduino work with STM8 board
So far there is no free C++ compiler for the STM8, hence full Arduino does not work.
But last year I posted a project on https://github.com/tenbaht/sduino to get as closely to Arduino as possible by using pure C with some preprocessor magic. Maybe that can work for you?
Michael
But last year I posted a project on https://github.com/tenbaht/sduino to get as closely to Arduino as possible by using pure C with some preprocessor magic. Maybe that can work for you?
Michael
https://github.com/tenbaht/sduino - Programming the STM8 the Arduino way