Arduino core for Smart Everything board
- Added SmartEverything Dragonfly board
- Added SmartEverything Tiger board
Error Fixed on this release:
- Spi inizializaton error fixed in Lion
- ATN Pin definition added for Lion & Fox3
End of Support for SmartEverything Fox
-
Fixed SPI error on Fox family
-
End support for FOX unit
-
Added new Fox3 Unit
-
Added new Lion Unit
Base core for the SmartEverything NXP-ST Shield [https://github.com/axelelettronica/sme-nxp-st-library](https://github.com/axelelettronica/sme-nxp-st-library
- Added SmartTutto unit .
- Internal change to move the board from AMEL-Tech to Arrow in the BoardManager.
- minor change in variantInit to make the 2 unit compatible.
##v1.2.0. Third Release 11-May-2015
- Added SmartTutto unit .
- Internal change to move the board from AMEL-Tech to Arrow in the BoardManager.
- Minor change in variantInit to make the 2 unit compatible.
- Add new function to flash the RGB LED light for X milliseconds
void flashRGBLed(uint32_t color, uint32_t time_in_ms);
- Added new GPS & SFX commands
gpsForceOn() = send an HW wakeup to GPS
sfxSleep() = put SFX in sleep
sfxWakeup() = send an HW wakeup to SFX
- Installing Arduino IDE Guide - How to install The Arduino IDE
Copyright (c) IOTEAM S.r.l. All right reserved.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA