Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
weatherbox:unified_software_team:preliminary_questions [2016/09/16 01:26] akim created |
weatherbox:unified_software_team:preliminary_questions [2021/09/19 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ========Preliminary Questions======== | ||
* What are the Cranberry/Dragonfruit drivers? | * What are the Cranberry/Dragonfruit drivers? | ||
* What are our schemas? - What is the packet? | * What are our schemas? - What is the packet? | ||
Line 7: | Line 8: | ||
* How are packets received? | * How are packets received? | ||
* How is data being put into the table? | * How is data being put into the table? | ||
+ | |||
+ | ===== Firmware ===== | ||
+ | * Q: Why do we use function pointers in ga_board struct? | ||
+ | * A: Functions cannot be passed into struct, only function pointers can. Also when an instance of the board is created, functions can still be accessed. |