Files @ d98fd1240e20
Branch filter:

Location: protofuse-firmware/src/dma.c

NEO
fixed bug that caused all analogs to read same ADC value.
/*
 * dma.c
 *
 *  Created on: Aug 9, 2016
 *      Author: Nicholas Orlando
 */

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

/* USER CODE BEGIN 0 */

/* USER CODE END 0 */

/*----------------------------------------------------------------------------*/
/* Configure DMA                                                              */
/*----------------------------------------------------------------------------*/

/* USER CODE BEGIN 1 */

/* USER CODE END 1 */

/**
  * Enable DMA controller clock
  */
void MX_DMA_Init(void)
{

}

/* USER CODE BEGIN 2 */

/* USER CODE END 2 */