Human Interface Board demos?
icepuck
Posts: 466
I got my HIB this week have been looking for examples(in C) Googling hasn't found anything usefull and searching the OBEX for "Human interface board" found 0 results.
-dan
-dan
Comments
You don't need a special demo for the HIB. Just search for demos that use the interfaces offered by the HIB. You have to check in their sourcecode whether they use the right pins or adjust the serttings. Sometimes there are constants which define the used pins or you have to find the start function of the driver and find the pins there.
For example attach the HIB to a monitor and use VGA_Text_Demo.spin in the examples that come with the propeller tool. Find the line
text.start(16)
and check whether the HIB also uses pins starting with pin 16 for the VGA port.
In the examples you also find demos for keyboard, mous, sound, TV ...
Please be carefull with these settings, as you can fry pins if you use the wrong settings.
Ross.