We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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";
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: