This repository contains the source code and configuration files of the Arduino Core for ST Microelectronics STM32F4 processor (used on the Arduino STAR OTTO).
This core is available as a package in the Arduino IDE cores manager. Just open the "Boards Manager" and install the package called:
"Arduino STM32F4 Boards (32-bit ARM Cortex-M4)"
There is a dedicated section of the Arduino Forum for general discussion and project assistance:
http://forum.arduino.org/index.php?board=98.0
If you find a bug you can submit an issue here on github:
https://github.com/arduino-org/arduino-core-stm32f4/issues
Before posting a new issue, please check if the same problem has been already reported by someone else to avoid duplicates.
Contributions are always welcome. The preferred way to receive code contribution is by submitting a Pull Request on github.
This core has been developed by Arduino.org in collaboration with STM.
Copyright (c) 2017 Arduino.org 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