Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: Flophi

Search: Search took 0.00 seconds.

  1. Hello Katie, Implementing a finite state...

    Hello Katie,

    Implementing a finite state machine is fairly straight forward.
    First you need a variable that represents your state. In your case just take an int and set it a value from 1..10,...
  2. Replies
    7
    Views
    2,296

    Hi, have you looked at Midi? It uses the...

    Hi,

    have you looked at Midi? It uses the serial protocol, runs at 31250 baud and is opto isolated.
    There is a schematic on this page: https://www.pjrc.com/teensy/td_libs_MIDI.html, but there are...
  3. Replies
    2
    Views
    2,816

    Hey Leeman, your polling rate will depend on...

    Hey Leeman,

    your polling rate will depend on the way you wire up your switches and how you code the polling.
    I would not worry too much about that now. I built a Midi Keyboard with 44 Keys, using...
Results 1 to 3 of 3