-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Atmel QTouch Library in Arduino IDE? #4933
New issue
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
Comments
This is a good idea, I'm watching this thread. :) |
Arduino doesn't support pre-compiled libraries so supporting libraries like QTouch has always been an issue. |
okay... I never looked at the QTouch Libraries so I just learned about that. touch is very popular and I still believe that it is a good idea for Arduino to support it. |
There is already another post about using precompiled binaries like .o and .a files. It would not be too complicated to add this feature though. |
I agree @NicoHood ... |
The feature request for pre-compiled libraries support: #4336 |
The Arduino IDE now supports .a and .so files in libraries. See instructions in the So can we close this issue now? |
@per1234 , Can you give an example of a library.properties file, name of the static lib, and how the folder structure should look like? It doesn't seem to recognize a .a file. |
I wrote the documentation for the It appears from your other comment: arduino/arduino-builder#219 (comment) that you also realized that @kgoveas. So I think it would be best to remove the documentation for the If anyone does verify that the QTouch library can be used with the Arduino IDE please do comment here so we can close this issue. |
Hey @per1234 , Yes indeed. But one can still use precompiled libs with a few hacks to the Arduino IDE 1.8.5.
P.S. I have updated the documentation a bit, but we need to mention that it is currently not supported? It would help people such as myself finish making the libraries in advance to the next Arduino IDE release. |
Thanks for your work on the wiki @kgoveas! I have updated it to correct the version information but left the documentation in place. It's difficult to know how to best handle documentation for new features that have not yet been released (or even merged). Ideally documentation would be added in the same commit as the code changes that require it but that's not possible with the wiki. This means documentation updates end up being done as an afterthought or neglected altogether. Other than that issue I do like the use of the GitHub Wiki for Arduino's developer level documentation. |
Arduino's precompiled library support is now fairly mature and well documented. If anyone is interested, please see the Arduino Library Specification: I'm going to assume that it is now possible to use the QTouch library and close this. |
Hi
can work with Atmel QTouch Library in Arduino IDE? with the introduction of ATMEL328PB
It would be interesting
Thanks
The text was updated successfully, but these errors were encountered: