An open API service indexing awesome lists of open source software.

https://github.com/mc-cat-tty/msp430-hal


https://github.com/mc-cat-tty/msp430-hal

adc debug debugging-tools drivers gpio gpio-library gpio-pins hal libraries microcontroller microprocessor msp430 msp430f5529 peripheral-drivers peripherals serial-communication temperature-sensor timer timer-manager uart

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# MSP430 HAL

HAL - Hardware Abstraction Layer - for MSP430. Tested and designed on F5529 model

## Usage

Compile with ```-std=c++0x``` as **build flag**

Tested with ***MSP430-GCC*** compiler

## TimerA::Timer

Timer_A abstraction with multiple callback functions manager implementation

## Debug

Collection of tools for embedded systems debugging. Freestanding (stand-alone) library: no external dependencies to simplify debugging process and portability