[Update: See [WiFly Shield code library alpha 2 release (also SPI UART) for the latest release.][/i]
Thanks for your feedback on the [WiFly Shield code library alpha 0 release.
Mainly due to the support for the new 14MHz crystal frequency I’ve made an alpha 1 release available for download and testing: http://sparkfun.com/Code/wifly/WiFly-20 … lpha-1.zip
NOTE: If you have the older 12 MHz crystal board you need to change “USE_14_MHZ_CRYSTAL” value in SpiUart.cpp to ‘false’.
(The small rectangular component near Arduino pins 6 & 7 will be engraved with 12.288 if you have the older crystal frequency.) If you have the newer frequency no change is necessary.
The changelog for this release is:
```
*+ alpha 1 – 31 August 2010 – “August Gratitude”
-
Change default crystal speed to match new 14MHz crystal used.
NOTE: People using the older 12MHz crystal will need to change
“USE_14_MHZ_CRYSTAL” in SpiUart.cpp to ‘false’. -
Added ability to set baud rate at runtime in SpiUart class.
(Note: This ability to change the baudrate has not yet been propagated
to the WiFly class.) -
Renamed Spi.h to _Spi.h in order to avoid clashes with the other
library by the same name as the IDE might (and has) mistakenly
included ours instead of the the other one which results in
confusing error messages. -
Changed the case of the ‘examples’ directory so it gets displayed
in the IDE correctly.*
```
I’m still in the process of getting the source repository publicly viewable.
Additional functionality will hopefully appear in the next alpha release.
–Philip;](WiFly Shield code library alpha 0 release (also SPI UART) - SparkFun Electronics Forum)](WiFly Shield code library alpha 2 release - SparkFun Electronics Forum)