=====Firmware Team Meeting - October 27, 2015===== **Attended: Scott, Jason, Ryan** =====Updates===== * Programmed Xbee Transfer code (untested) =====Problems===== * Compilation errors with testing the code (.cpp) without using the Arduino IDE (no .ino) * Want to test .cpp files without using a .ino, errors with library references =====Solution===== * Create a makefile to access all libraries appropriately =====Reminders===== * Xbee transfer code * Packet organization code * Configuration file * Main .ino =====Goals===== * Verify Xbee transfer code * Write packet organization code * Program main .ino =====Other Notes===== * Focus on getting a working, modular code (currently can only verify with Apple) * Use Tep's makefiles as a point of reference