Update
authorKevin Townsend <kevin@ktownsend.com>
Sat, 5 May 2012 10:46:07 +0000 (12:46 +0200)
committerKevin Townsend <kevin@ktownsend.com>
Sat, 5 May 2012 10:46:07 +0000 (12:46 +0200)
Makefile
projectconfig.h

index a8f39b5..482caea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,7 @@ VPATH += project/commands
 OBJS += cmd_chibi_addr.o cmd_chibi_tx.o
 OBJS += cmd_i2ceeprom_read.o cmd_i2ceeprom_write.o cmd_lm75b_gettemp.o
 OBJS += cmd_reset.o cmd_sd_dir.o cmd_sysinfo.o cmd_uart.o 
-OBJS += cmd_roundedcorner.o
-OBJS += cmd_pwm.o 
+OBJS += cmd_roundedcorner.o cmd_pwm.o
 
 VPATH += project/commands/drawing
 OBJS += cmd_backlight.o cmd_bmp.o cmd_button.o cmd_calibrate.o
@@ -140,6 +139,10 @@ OBJS += tcs3414.o tsl2561.o
 VPATH += drivers/storage/spiflash/w25q16bv
 OBJS += w25q16bv.o
 
+# FM Radio
+VPATH += drivers/audio/tea5767
+OBJS += tea5767.o
+
 ##########################################################################
 # Library files 
 ##########################################################################
index 449cc59..4bc4aec 100644 (file)
     ISL12022M (SRAM)            0xAE      1010111x
     LM75B                       0x90      1001000x
     MCP24AA                     0xA0      1010000x
-    MCP4725                     0xC0      1100000x
+    MCP4725                     0xC0      1100000x ***
+       TEA5767                     0xC0      1100000x ***
     TSL2561                     0x72      0111001x
     TCS3414                     0x72      0111001x
     PN532                       0x48      0100100x
     SSD1306_I2C                 0x78      0111100x  // Assumes SA0 = GND
+       INA219                      0xF0      10000000x // Assumes A0+A1 = GND
 
     [1]  Alternative addresses may exists, but the addresses listed in this
          table are the values used in the code base
This page took 0.030589 seconds and 4 git commands to generate.