ソースを参照

first add 4G file.

tags/v1.1.a
dylan 4年前
コミット
6312b53a86
2個のファイルの変更8行の追加0行の削除
  1. +5
    -0
      4G/4g.c
  2. +3
    -0
      4G/4g.h

+ 5
- 0
4G/4g.c ファイルの表示

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

+ 3
- 0
4G/4g.h ファイルの表示

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

void sch_4g_init(void);

読み込み中…
キャンセル
保存