Skip to content

Commit

Permalink
Moved offset to adc driver
Browse files Browse the repository at this point in the history
  • Loading branch information
k105la committed Jun 9, 2020
1 parent c64f105 commit dcb047e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions board/driver/adc.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#include <avr/io.h>
#include <stdint.h>
#define OFFSET 44

void adcInit(void);

//void getPSI(void);

uint8_t adcStart(void);
//uint8_t adcStart(void);
1 change: 0 additions & 1 deletion board/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "driver/usart.h"
#include "driver/led.h"
#include "driver/adc.h"
#define OFFSET 44

static FILE mystdout = FDEV_SETUP_STREAM(print, NULL, _FDEV_SETUP_RW);

Expand Down

0 comments on commit dcb047e

Please sign in to comment.