Fireduino Buy

Dual-Core Cortex-M3 processor, integrated high-quality audio Codec and WiFi module, have IOT expansion performance, perfectly compatible with the Arduino interface and Arduino IDE programming, and supports FireBlock graphics programming.

Code

Update time:2018-04-13 Views:5657

Fireduino code structure

We have provided the source code of Fireduino on the wiki and hosted on github,interested friends may submit some suggestions through the git to us and share your own things.The code structure of Github and the installed the SDK of the Arduino IDE is the same,due to we often making maintenance and update,and something to share on Github,so compared with the download SDK of the Arduino IDE,it would be more new.

The location of the Fireduino code on Windows

Windows 7: C:\Users\xxx\AppData\Local\Arduino15\packages

Windows xp : C:\Documents and Settings\xxx\Local Settings\Application Data\Arduino15\packages

Under the package,the folder which is named Firefly is that we install Fireduino SDK.Turn into the Firefly\hardware\arm\x.x.x\ directory,that is the Fireduino code location.

cores

It main storages some Fireduino core code.

libraries

It storages many Fireduino itself features and compatible with the Arduino peripherals library,and open all the source code.

system

Some API of the underlying system,where only provide the header files,and functions in the form of .a file.

variants

.a file at the bottom of the system and some necessary configuration file.

Fireduino code get

You can get the Fireduino code from GitHub server with the following command.

   git clone https://github.xxxx.git