IRPyro Micro controller template only
Routines to enable the MCU to use the USART and the I2C
Modules
Here is a list of all modules:
[detail level 123]
 Bare bones micro controller firmwareSupport micro controller functions without the API component
 IRPyro micro controller interfaceProvides access to: GPIO, I2C, UART, LEDs, TIM for the NUCLEO-F303K8 board
 External interrupt configurationArchitecture dependent functions
 IRPyro Functions access the USARTAllows to get a byte from the USART and send a stream of data to a client
 IRPyro GPIOAccess to General I/O functions (GPIO)
 IRPyro GPIO control functions.Read and write functions for the CS and INT
 IRPyro initialization of GPIO structure.Initializes the GPIO structure
 IRPyro I2CIntermediate level functions to access I2C
 I2C Control FunctionsMaster to slave read and write functions
 I2C Initialization FunctionInitializes the I2C structure
 IRPyro I2C Configuration StructureData structure to group the I2C configuration values
 IRPyro I2C Suggested Configuration ValuesI2C clock and timeout values for ARM
 Micro controller interfaceMicro controller architecture dependent functions
 Status LEDs and emitter management