Skip to content

Commit 106646a

Browse files
committed
Resolve conflict
1 parent ccaacd0 commit 106646a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/book/part-2-organised-code/3-structuring-data/3-explore/3-0-test-knowledge.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ At this point in your journey, you have the tools to build more interesting prog
77
- [Entity manager](/book/part-2-organised-code/3-structuring-data/3-explore/3-1-entity) - create a simple data entry system that allows you to see and edit details of a single record.
88
- [Explore game states](/book/part-2-organised-code/3-structuring-data/3-explore/3-2-game) - explore creating a game menu and other states.
99
- [Potentiometer->Servo Control](/book/part-2-organised-code/3-structuring-data/3-explore/3-3-servo-potentiometer/) - explore creating an application to control a servo state using a potentiometer and map the values.
10+
11+
:::tip
12+
13+
For this you want to show how to create and use structs and enums, while also continuing to show how to organise your code in functions and procedures. You want to see these new data types working in conjuncture with the other programming features you have already mastered.
14+
15+
:::

0 commit comments

Comments
 (0)