Files @ a710d1e0fc2a
Branch filter:

Location: therm-ng/inc/dma.h

Ethan Zonca
Import from old therm: menus working
/*
 * dma.h
 *
 *  Created on: Aug 9, 2016
 *      Author: Nicholas Orlando
 */

#ifndef DMA_H_
#define DMA_H_

/* Includes ------------------------------------------------------------------*/
#include "stm32f3xx_hal.h"

/* DMA memory to memory transfer handles -------------------------------------*/

/* USER CODE BEGIN Includes */

/* USER CODE END Includes */

/* USER CODE BEGIN Private defines */

/* USER CODE END Private defines */

void MX_DMA_Init(void);

/* USER CODE BEGIN Prototypes */

/* USER CODE END Prototypes */

#endif /* DMA_H_ */