WISP ERT (Client)  1.0.0
The WISP Extended Runtime (WISP side)
Todo List
Global ACCEL_standby ()
Implement this function
Global EPC_WORDS
write the comments for 4 below so I can actually read them...
File pin-assign.h
The pin definitions in this file are incomplete! Use script to autogenerate these.
Global RFIDstruct::abortOn
What is this member?
Global RFIDstruct::handle
What is this member?
Global RFIDstruct::isSelected
What is this member?
Global RFIDstruct::mode
What is this member?
Global RFIDstruct::Q
What is this member?
Global RFIDstruct::slotCount
What is this member?
Global setupDflt_IO ()

: Default for unused pins should be output, not tristate.

: Make sure the Tx port pin should be tristate not output and unused pin to be output

Global SPI_initialize ()
Implement this function
Global SPI_releasePort ()
Make this more robust (don't allow release of port if we don't have it)
Global UART_init (void)
Currently assumes an 8MHz SMCLK. Make robust to clock frequency changes by using 32k ACLK.
Global UART_initCustom (uint32_t fsmclk, uint32_t baudrate)
Currently assumes SMCLK. Make robust to clock frequency changes by using ACLK.