+ 23
What is the meaning of this warning message? "warning: 'prog_uint8_t' is deprecated [-Wdeprecated-declarations]"
Image Screenshot of warning message: https://postimg.org/image/wfo1507kr/ I tried to verify my program in Arduino 1.6.9 IDE. My source code documentation: https://www.dropbox.com/sh/xdt62ah23b5aup0/AACEJU0-LBg8ZHF-FuYuK4wfa?dl=0
3 ответов
+ 4
Hi, Adi.
I believe that this is similar to Android, in which a deprecated statement, method, etc, as stated by @Gordie, is one that is no longer commonly used and/or has been improved on. Try looking up the statement/method/etc. on the Internet, and see if it gives the most recent/efficient statement/method/etc. to replace it. Good luck.
Try this:
https://forum.mutable-instruments.net/t/solved-error-prog-uint8-t-does-not-name-a-type/2656
+ 3
oooh arduino)
+ 3
are you an engineer?