C modules on pyBoard

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
msms
Posts: 1
Joined: Mon Nov 13, 2017 11:35 am

C modules on pyBoard

Post by msms » Mon Nov 13, 2017 11:56 am

Hi guys,

I'm working on an application on encoders but, after some tests, I saw the pyBoard STM32F405RG is slower than i thought.
Now I want to write a C module that I can call from encoder.py, in order to be faster, but I can't figure out how I can do it.
Someone could give me an help?
I'll need a beginner guide because i know C and Python but I've never tried to put C on a pyBoard.

Thanks in advance!!

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: C modules on pyBoard

Post by dhylands » Mon Nov 13, 2017 3:55 pm

There are some links in this thread:
viewtopic.php?f=16&t=2861&p=19206#p19206

Post Reply