going-digital / Talkie

Speech library for Arduino
305 stars 113 forks source link

Fixes for arduino 1 6 #27

Open GaryA opened 6 years ago

GaryA commented 6 years ago

Fixed all declarations of PROGMEM data to be const so that library compiles under Arduino 1.6 and later. Changed all signed int data to decimal with negative numbers to get rid of many warnings under Arduino 1.6 and later. Re-arranged and renamed files to follow new Arduino library format. Added keywords.txt and library.properties files. Added descriptions of examples to readme.