Paso 4:
Modificar el \test\Makefile: LIBS =-L.. /.. muestra/base - larduino - lspi
CSIN =-I... /.. /Sample/Core/include
OBJETIVO =... /.. muestra/prueba
OBJS = io_test adc_test pwm_test spi_test adxl345_test HY502B
todos: $(OBJS)
$(TARGET) -p
$(OBJS) $(TARGET)
io_test: io_test.c
$(CC) $(LIBS) $(INCS) < -o $@
HY502B: HY502B.c
$(CC) $(LIBS) $(INCS) < -o $@
adc_test: adc_test.c
$(CC) $(LIBS) $(INCS) < -o $@
pwm_test: pwm_test.c
$(CC) $(LIBS) $(INCS) < -o $@
spi_test: spi_test.c
$(CC) $(LIBS) $(INCS) < -o $@
adxl345_test: adxl345_test.c
$(CC) < -o $@
limpiar:
en $(OBJS); rm -f $(blanco) / $$ i; hecho
HY502B: HY502B.c es el nuevo agregado
Abrir y compilar la librería
c_enviroment de cd de Ubuntu hacer que Ubuntu $