Open TheFax opened 5 years ago
Read the DeviceDoc. Add info about a device in the "struct deviceInfo const devices[]" Already in the "devices[]": const char s_pic16f84[] PROGMEM = "pic16f84"; const char s_pic16f84a[] PROGMEM = "pic16f84a"; const char s_pic16f87[] PROGMEM = "pic16f87"; const char s_pic16f88[] PROGMEM = "pic16f88";
It seems that this project, despite being the best, is no longer under development.
I would like to ask you, if you can explain us how to add a new device. For example I'm interested in: 16f84a 16f876a 16f877a
Thank you in advance.