IWPengineering / IWP_Firmware_2.0_Beta

Rewrite of IWP Firmware for PIC24F32KA302 (3.3V version of previous micro)
0 stars 1 forks source link

Merge TestingUART into Staging #5

Closed Ken-Kok closed 8 years ago

Ken-Kok commented 8 years ago

This merge is ready to go.

The only things that aren't working and implemented yet to my knowledge (known bugs) are...

  1. I2C in general (probably some syntax/timing error that I have to dig out)
  2. Interrupt based UART (currently implemented as non-interrupt based)
  3. I2C break lock up condition (I want to find a simple, relatively elegant way of handling this)