/* * Part of librfm3 (a utility library built on librfn and libopencm3) * * Copyright (C) 2014 Daniel Thompson * * 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 3 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, see . */ #ifndef RF_LIBRFM3_H_ /*! \mainpage librfm3 is a collection of utility libraries that fit together nicely with librfn and libopencm3. It is a collection of tools and toys for ARM Cortex-M microcontrollers, especially the STM32 family. librfm3 is free software licensed under the GNU Lesser General Public License, v3 or later. Source code can be downloaded from https://github.com/daniel-thompson/i2c-star */ #include #endif // RF_LIBRFM3_H_