Skip to content

APSS-KESSLER/MSP430-HAL-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSP430-HAL-Cpp

A collection of common MSP430 peripheral drivers to promote code reuse.

This library assumes you have access to msp430.h in your project (e.g. a Code Composer Studio project) and relies on C++14 features.

How to use

Copy the hal/ folder into your project. To use the files simply do #include "hal/gpio.hpp", for example.

Any files that include these HAL files should have .cpp and .hpp extensions (rather than .c and .h), but should otherwise require no technical changes.

Documentation

Examples and documentation on how to use the various drivers can be found inside the examples/ folder.

The example programs assume that the library is placed in a subfolder called hal/.

About

A collection of common MSP430 peripheral drivers to promote code reuse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors