mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-20 04:14:22 -04:00
LED driver work
This commit is contained in:
parent
c22123b953
commit
372264d379
12 changed files with 162 additions and 29 deletions
|
@ -1,6 +1,7 @@
|
|||
#include <string.h>
|
||||
#include "AFSK.h"
|
||||
#include "util/time.h"
|
||||
#include "hardware/LED.h"
|
||||
#include "protocol/KISS.h"
|
||||
|
||||
// TODO: Remove testing vars ////
|
||||
|
@ -28,10 +29,6 @@ void AFSK_hw_init(void) {
|
|||
|
||||
// Run DAC initialisation
|
||||
AFSK_dac_init();
|
||||
|
||||
// Run LED initialisation
|
||||
LED_TX_INIT();
|
||||
LED_RX_INIT();
|
||||
}
|
||||
|
||||
void AFSK_dac_init(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue