The module must be initialized with it's A24 address (addr) with: moInit(addr, flag); where flag is a bit mask: 0 - No module initialization (just library initialization) 1 - Ignore module firmware check. As requested, there are two simplified routines for normal operation: int moSetPrescale(uint32_t channel, uint32_t prescale); int moGetPrescale(uint32_t channel, uint32_t *prescale); where: channel = [0,9] prescale = [1,32] A status printout can be obtained from: int moConfigPrint();