PIC32-Baic Software Library
A collection of functions for PIC32-Basic, I have quite a bit more to add and will be doing so over the next few weeks. If you have any contributions then please forward to me using the email address in the About section
| Name | I2C |
| i2_finder | Function that when connected to the I2C bus will return the address of all of the devices on that bus. |
| i2_4237 | This is a small library for driving the BV4237 which has a temperature sensor, RTC, 8 variable digital outputs and 5 analogue inputs |
| Name | ASI Serial |
| mini_term | In just a few lines of code convert the BV513 into a USB terminal, This is really used for a convenient way of debugging serial devices with the added flexibility that program loops etc. can be added. |
| iasi.bas | A collection of useful functions for working with ASI, serial devices. |
| change_address | Changes the address of an ASI device, needs asi.bas loading and saving to Flash first as it uses some functions in there. |
| asi_lcd | This is a set of library routines for controlling the BV4108 asi LCD display |