• Here is my gen/jspininfo.c file https://gist.github.com/Fxlr8/33115ccc6c­6ba4e48aceec74713bebcc

    is this correct if hardware pin numbers are 30 and 31?

    Upd: I think this information from jspininfo.h is essential for the answer (i removed define at the beginning of every line because it messed up with the markdown)

    JSH_PIN_COUNT 37
    
    JSH_PORTA_COUNT 16
    JSH_PORTB_COUNT 16
    JSH_PORTC_COUNT 16
    JSH_PORTD_COUNT 2
    JSH_PORTE_COUNT 0
    JSH_PORTF_COUNT 0
    JSH_PORTG_COUNT 0
    JSH_PORTH_COUNT 0
    JSH_PORTI_COUNT 0
    JSH_PORTV_COUNT 0
    JSH_PORTA_OFFSET 0
    JSH_PORTB_OFFSET 16
    JSH_PORTC_OFFSET 32
    JSH_PORTD_OFFSET 35
    JSH_PORTE_OFFSET -1
    JSH_PORTF_OFFSET -1
    JSH_PORTG_OFFSET -1
    JSH_PORTH_OFFSET -1
    JSH_PORTI_OFFSET -1
    JSH_PORTV_OFFSET -1
    
    JSH_PININFO_FUNCTIONS 3
    
About

Avatar for George @George started