Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
weatherbox:unified_software_team:preliminary_questions [2016/09/16 01:27] akim |
weatherbox:unified_software_team:preliminary_questions [2021/09/19 21:59] (current) |
||
---|---|---|---|
Line 8: | 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. |