Skip to content

Library to make the functionality of MSP430 modules more accessible

License

Notifications You must be signed in to change notification settings

mdclyburn/msp430

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TI MSP430 User Library

A namespace-oriented wrapper library for using the TI MSP430.

This library aims to provide a more straightforward approach to working with the MSP430 MCU and its modules. Use of #define is avoided where possible, instead, favoring constants and inline functions. C++ namespaces are used to logically divide functionality and modules of the MSP430.

Building

Currently, the library is compiled with GCC 9.2.0 with C++17.

The included makefile in src does a little work in finding the correct compiler to use. Change MSP430PATH to the directory where MSP430 files are (bin, lib, include, etc.). Change MSP430MCU to the MCU to compile for.

License

This library is licensed under the 3-clause BSD License. See LICENSE for more information.

About

Library to make the functionality of MSP430 modules more accessible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published