=====Firmware Team Meeting - September 29, 2015===== **Attended: Scott, Jason, Ryan** =====Updates===== * Looked through previous Apple code * Looked through Apple-core * Got Apple-core code to compile =====Problems===== * Proper library use in Arduino (Resolved) =====Reminders===== * Continue working with Apple-core * Block Diagram * Collaborate with Apple team =====Goals===== * Examine necessary libraries * Sensor test on Apple board * Create Algorithm for code * Create Block Diagram =====Other Notes===== * Stick with .cpp and .h files for code * Only one .ino file necessary * Unit Testing * Each test independent of complex objects * Complex Objects: functions from arduino libraries, xbee libraries, require hardware, etc * Emulate everything that isn't being tested * Without hardware: "mock" (emulate everything that isn't being tested)