Jump to content

jmie

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

About jmie

  • Birthday 01/01/1

Profile Information

  • Gender
    Not Telling

jmie's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. Hello, I'm trying to periodicly call a function.The function itself is working well, but I did not get it to be called perodically. I'm not clear how to initialize the Timer with "MIOS_Timer_Set" If using MIOS_Timer_Set(1); make results: main.c:42: warning 112: function 'MIOS_Timer_Set' implicit declaration main.c:42: error 101: too many parameters How is the right syntax for MIOS_Timer_Set? And is void Init(void) __wparam { MIOS_Timer_Set(1); } the right place to put it? Thanks in advance Juergen M.
×
×
  • Create New...