Rev.B Asm/Spin examples that run under FlexGui
Rayman
Posts: 14,646
I can't find a list of examples that work on Rev.B hardware and FlexGui (Asm examples should work under PNut)...
I may post a couple here... Feel free to add to this...
Here's one for the "Control" board (slightly modified version of Parallax example). Nothing special, should run on Rev. A too.
I may post a couple here... Feel free to add to this...
Here's one for the "Control" board (slightly modified version of Parallax example). Nothing special, should run on Rev. A too.
Comments
This is helpful for monitors that do weird things when there are only 350 non-black lines.
I stole the Rev.B mods from Eric Smith's micropython code.
"KbMObjTest.spin2" is the main file and the other is the assembly driver.
This is rigged for the USB serial host expansion board on P0...P8 using lower USB port.
You can change the base pin in the "1CogKbM" file.
(I tested this on my own hardware, but pretty sure it will work on Rev.B Eval board)