Search found 3 matches

by qubit
Sat Nov 07, 2015 10:10 pm
Forum: Other Boards
Topic: Micropython on Any Arduino Board?
Replies: 10
Views: 69142

Re: Micropython on Any Arduino Board?

Not exactly Arduino but I am attempting to port the framework over to the Atmel M0 and M7 chips, partly because I use them and trying to give Atmel some more loving. :D Being a novice at this Micropython stuff I don't expect my progress to be anything fast. I have managed to build an image with no e...
by qubit
Mon Aug 03, 2015 10:30 pm
Forum: General Discussion and Questions
Topic: Port groups and interrupts
Replies: 2
Views: 2787

Re: Port groups and interrupts

Thanks dhylands. I was hopefully trying to stay as python(y) as possible but I suspect I can't avoid the lower level stuff completely.
by qubit
Sun Aug 02, 2015 11:54 am
Forum: General Discussion and Questions
Topic: Port groups and interrupts
Replies: 2
Views: 2787

Port groups and interrupts

Hi Quite new to this micro python board and like it quite a bit. I was wonder if someone could shed some light on my issue. I have a group of hall sensors that I have on a motor and need to get their value each time one of them is triggered by interrupt. If the pin itself is an interrupt I can tell ...