Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
31 July 2026
|
|
N 16:07 | Formatting 5 changes history +793 [Bean (2×); Nelson (3×)] | |||
|
|
16:07 (cur | prev) +14 Bean talk contribs | ||||
|
|
15:34 (cur | prev) +31 Bean talk contribs (added 'constants' formatting entry) | ||||
|
|
13:14 (cur | prev) +20 Nelson talk contribs | ||||
|
|
13:13 (cur | prev) +390 Nelson talk contribs | ||||
| N |
|
12:41 (cur | prev) +338 Nelson talk contribs (Created page with "== 2026 07 31 == What format do we use to name things? - Using "→*" then " * " then ": " to write comments - Method names: Upper Snake Case - Struct names: Upper Snake Case, append "_t" - Variables: Lower Snake Case - Files: - .c, .h, .txt Lowercase with underscores - .txt and .json Upper Camel Case - Folders: By vibes") | |||
| 13:56 | Upload log Nelson talk contribs uploaded File:2026 07 31-Meeting.png | ||||
|
|
N 13:56 | DAC 3 changes history +2,482 [Nelson (3×)] | |||
|
|
13:56 (cur | prev) +40 Nelson talk contribs (→Timer6 Interrupts) | ||||
|
|
13:54 (cur | prev) +177 Nelson talk contribs (→Timer6 Interrupts) | ||||
| N |
|
13:42 (cur | prev) +2,265 Nelson talk contribs (Created page with "Category:Contracts == DataBlock Struct == ``` typedef struct { int length; // Length in bits int current_index; // current position *TO BE READ NEXT* in bits uint8_t flags; // an area to communicate between different things accessing this memory const int max_length; // maximum length which can be stored in `data` in bits const uint8_t* data; // pointer to uint8 array to store data in } DataBlock_s; ``` == FLAGS Data == - 0 for DAC_STOP...") | |||