Skip to content

Commit 3cbf122

Browse files
committed
Add enumeration article
1 parent a15d642 commit 3cbf122

File tree

95 files changed

+95032
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+95032
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
1. [Basic embedded C demo using STM32F103C6](/stm32f103c6-demo/README.md)
1212
2. [Overview and best practices for data types in embedded C](/embedded-c-data-types/README.md)
1313
3. [Struct and union data types in embedded C](/struct-union-data-types/README.md)
14-
4. [Functions in embedded C: Implementation and best practices](/embedded-c-function/README.md)
15-
5. [Macros in embedded C: Usage, best practices, and pitfalls](/c-macro/README.md)
16-
6. [Inline functions in embedded C: Performance optimization and best practices](/c-inline-function/README.md)
14+
4. [Enumerations in embedded C: Type safety and best practices](/c-enumeration/README.md)
15+
5. [Functions in embedded C: Implementation and best practices](/embedded-c-function/README.md)
16+
6. [Macros in embedded C: Usage, best practices, and pitfalls](/c-macro/README.md)
17+
7. [Inline functions in embedded C: Performance optimization and best practices](/c-inline-function/README.md)
1718

1819
# Development Toolbox
1920

0 commit comments

Comments
 (0)