Skip to content

AlexFBP/microHandlers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Abstract Microcontroller Handlers

Microcontroller development platforms (MPLAB from Microchip, CodeWarrior from NXP, and so on) may have utilities to generate code (.c and .h files... maybe .o). Implementing solutions around these .h files may lead to code that won't be able to be ported to other microcontrollers.

Here I propose this library with "abstract" headers (.h files) of peripherals, so it can be used against (if possible) most of these platforms, to keep portable the code, relying only in platform specific implementations of these headers.

Usage

Create a .c file (maybe based from one in the examples folder) that implements the .h header file you need. Configure your project to include the src folder as it includes the "abstract" headers.

About

Microcontroller Abstract Handlers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages