This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdint.h> | |
#include <stdbool.h> | |
#define PART_TM4C123GH6PM | |
#include "inc/tm4c123gh6pm.h" | |
/***************************** | |
* LM4F120 - timer based blink | |
* Using TimerIntRegister | |
* 80 Mhz clock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
DRV8897MotorControl | |
The basic Energia example that illustrates how to control a motor using the DRV8897 | |
Hardware Required: | |
* LaunchPad + DRV8897_BOOST BoosterPack | |
This example code is in the public domain. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
************************************************************************ | |
* CapTouch.cpp | |
* | |
* Energia core files for MSP430 | |
* Copyright (c) 2012 Robert Wessels. All right reserved. | |
* | |
* | |
*********************************************************************** | |
Copyright (c) 2012 Robert Wessels. All right reserved. |