Hello program for the FM25W256 library

Dependencies:   FM25W256 mbed

The WREN command must be issued prior to any write operation.

"The WREN command must be issued prior to any write operation." from FM25W256 datasheet. FM25W256は最初に動かすとライトプロテクトされているので、main()の最初にWRENコマンドを発行するようにしました。

FM25W256, it was write protect first. 初期状態ではライトプロテクトがかかっていることに対応。 "The WREN command must be issued prior to any write operation." from FM25W256 datasheet.