Skip to content
  • danicampora's avatar
    cc3200: Refactor UART and I2C object creation. · 6b21c3fd
    danicampora authored
    I2C objects can be freed by the GC and a __del__ method is provided
    in order to de-init the peripheral prior to being garbage collected.
    UART objects are now added to a local list and this list is now part
    of the VM_STATE.
    6b21c3fd