摘要:
#include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <math.h> char iiotype[16][32] = { ''in_voltage0_raw'', 'in_volt 阅读全文
摘要:
#include <fcntl.h>#include <termios.h>#include "AppInit.h"#include "A5_Serial_Operation.h"#include "Global.h"#include "Function.h"#define GPIOA3_HIGH_ 阅读全文
摘要:
/* * dac7562 (using spidev driver) * */#include <stdint.h>#include <unistd.h>#include <stdio.h>#include <stdlib.h>#include <getopt.h>#include <fcntl.h 阅读全文