Files
@ d98fd1240e20
Branch filter:
Location: protofuse-firmware/inc/dma.h - annotation
d98fd1240e20
582 B
text/plain
fixed bug that caused all analogs to read same ADC value.
48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 48ae84f03494 | /*
* 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_ */
|