YAHAL
Yet Another Hardware Abstraction Library
Loading...
Searching...
No Matches
board.h
1// ---------------------------------------------
2// This file is part of
3// _ _ __ _ _ __ __
4// ( \/ ) /__\ ( )_( ) /__\ ( )
5// \ / /(__)\ ) _ ( /(__)\ )(__
6// (__)(__)(__)(_) (_)(__)(__)(____)
7//
8// Yet Another HW Abstraction Library
9// Copyright (C) Andreas Terstegge
10// BSD Licensed (see file LICENSE)
11//
12// ---------------------------------------------
13//
14// This file defines the hardware components
15// on the MSP432 Launchpad.
16//
17#ifndef MSP432_LAUNCHPAD_BOARD_H
18#define MSP432_LAUNCHPAD_BOARD_H
19
20#define YAHAL_BOARD_MSP432_LAUNCHPAD
21
22#endif // MSP432_LAUNCHPAD_BOARD_H