Explorar el Código

first add 4G file.

tags/v1.1.a
dylan hace 4 años
padre
commit
6312b53a86
Se han modificado 2 ficheros con 8 adiciones y 0 borrados
  1. +5
    -0
      4G/4g.c
  2. +3
    -0
      4G/4g.h

+ 5
- 0
4G/4g.c Ver fichero

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

+ 3
- 0
4G/4g.h Ver fichero

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

void sch_4g_init(void);

Cargando…
Cancelar
Guardar