k3ng / k3ng_cw_keyer

K3NG Arduino CW Keyer
http://blog.radioartisan.com/arduino-cw-keyer/
GNU General Public License v3.0
416 stars 216 forks source link

STM32F103C eeprom minor fix, sainsmart i2c display fix #104

Closed ik2biy closed 3 years ago

ik2biy commented 3 years ago

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)

ik2biy commented 3 years ago

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