Jump to content

Phatline

Members
  • Posts

    1,277
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Phatline

  1. From the album: TriggerMatrix

    Bootloader switch
  2. From the album: TriggerMatrix

    2x Midi IO
  3. From the album: TriggerMatrix

    GPIO HEADER
  4. From the album: TriggerMatrix

    wiring instead of pcb
  5. From the album: TriggerMatrix

    handmade
  6. From the album: TriggerMatrix

    BLM16x16+xGPIO
  7. after initialize: void APP_Init(void){ int pin; for(pin=0; pin<16; ++pin){ MIOS32_BOARD_J10_PinInit(pin, MIOS32_BOARD_PIN_MODE_INPUT_PU);} } getting pin 0-7 is workin ok, but 8-15 give me no output: void APP_SRIO_ServicePrepare(void) { // get GPIO-Pins u8 x = 0; for(x=0; x<16; x++) { if(MIOS32_BOARD_J10_PinGet(x) != flag.j10PinState[x]) { MIOS32_MIDI_SendDebugMessage("pin: %d value: %d", x, MIOS32_BOARD_J10_PinGet(x)); flag.j10PinState[x] = MIOS32_BOARD_J10_PinGet(x); } } why?
  8. (bpm_tick % (SEQ_BPM_PPQN_Get()/8));:whistling:

×
×
  • Create New...