ho provato ad importare le librerie che mi avete suggerito (provato con tutte le versioni), ma nonostante l'ide le veda sembra che non mi riconosca le funzioni che si trovano al suo interno, per fare un prova ho caricato un codice di esempio contenuto nella libreria, ma nel momento in cui richiama appunto quelle funzioni mi da l'errore:
Arduino:1.6.11 (Windows 10), Scheda:"Arduino/Genuino Uno"
_window_func' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
_window_func' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
_reorder_table' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
_reorder_table' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
_cas_constants' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
_cas_constants' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
fht_log_out' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
fht_log_out' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
_log_table' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
_log_table' referenced in section
.text.startup' of C:\Users\Daniele\AppData\Local\Temp\ccHMB4Rt.ltrans0.ltrans.o: defined in discarded section `.text' of sketch\sketch_oct01b.ino.cpp.o (symbol from plugin)
collect2.exe: error: ld returned 1 exit status
exit status 1
Errore durante la compilazione per la scheda Arduino/Genuino Uno.