Interrupt documentation

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.
User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: Interrupt documentation

Post by dhylands » Sat Dec 05, 2015 8:13 am

Take a look at micropython/docs/reference/index.rst

I added the repl.rst bit by copying from someplace else :)

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Interrupt documentation

Post by pythoncoder » Sat Dec 05, 2015 1:31 pm

I'd already successfully copied your repl example in that index file. Where I failed was in trying to create links, e.g. one from section 5 of the tutorial to the new file - this despite copying a similar example in section 10.5. I think since the docs were updated to handle different hardware platforms, an extra layer of complexity has crept in that has me beat.

I guess I'm being lazy, but I suspect that what might take me an hour or two to figure out would take a minute for someone who actually knows what they are doing. ;)
Peter Hinch
Index to my micropython libraries.

Post Reply