Removed extra spaces in Si4735_SerialExample.pde.
Si4735_Example.pde now prints current status information.
Added EBU 8-bit character set, defined Program Type codes, and other small improvements to RDS document. Converted RDS document from Lyx 2.0 to 2.2.
Old code always translated received EBU chars to ASCII and the translation was terrible. New code optionally does very good char translations from EBU to ASCII, LCD controllers, and Unicode. Si4735 class now returns untranslated EBU chars. New Si4735_ASCII class translates EBU chars to ASCII chars. New Si4735_HD44780_* classes translate EBU chars to LCD controller chars. EBUToUCS2() and EBUToUTF8() translate EBU chars to Unicode. UCS2ToUTF8() translates UCS-2 to UTF-8. getSoftHyphenFil...
tuneFrequency() and tuneFrequencyAndWait() now ...
All RDS data is now buffered. For each variabl...
Improved the legibility of code in Si4735.cpp.