STM32F103C compiler definition instead of hardware definition
STM32 eeprom format,init with two paddle LOW and parameters fixed
STM32 definition added on specific point
Tested with http://dan.drown.org/stm32duino/package_STM32duino_index.json repository
I2C sainsmart lcd display working
delay added on \? section to fix wrong behaviour during \? listing (chaotic listing after some lines)
Line Feed (char 10) added to close memory definition (OR with Carriage Return)
Since the eeprom emulation max size is 255 character i am working to implement both the eeprom emulation and real eeprom connected to the board through i2c, i am currently debugging it and i hope to post it soon
STM32F103C compiler definition instead of hardware definition STM32 eeprom format,init with two paddle LOW and parameters fixed STM32 definition added on specific point Tested with http://dan.drown.org/stm32duino/package_STM32duino_index.json repository I2C sainsmart lcd display working delay added on \? section to fix wrong behaviour during \? listing (chaotic listing after some lines) Line Feed (char 10) added to close memory definition (OR with Carriage Return)