Przeglądaj źródła

first add 4G file.

tags/v1.1.a
dylan 4 lat temu
rodzic
commit
6312b53a86
2 zmienionych plików z 8 dodań i 0 usunięć
  1. +5
    -0
      4G/4g.c
  2. +3
    -0
      4G/4g.h

+ 5
- 0
4G/4g.c Wyświetl plik

@@ -0,0 +1,5 @@
#include "4g.h"
void sch_4g_init(void)
{
uint8_t status = get_4g_status();
}

+ 3
- 0
4G/4g.h Wyświetl plik

@@ -0,0 +1,3 @@
#include <string.h>

void sch_4g_init(void);

Ładowanie…
Anuluj
Zapisz