GPIO Demo Program etc
Hello, can someone point me to where there are some demo programs for working with GPIO as individual pins and creating a bus from a number of outputs. I am also looking for a demo program with general s/w based timers, for example, in mbed which is what I am porting from, you would do
thread_sleep_for(1000); // 1ms timer or delay
and to create a bus
BusOut select_drv(dp11,dp4, dp5, dp6, dp9, dp10); //creates a bus called select_drv
thanks
AndrewR
(I attached the code)
