You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,26 @@
1
-
# Raspberry Pi Hardware Abstraction Layer
1
+
# raspihal
2
2
3
-
Not completed. Grows as I need it.
3
+
A Raspberry Pi Hardware Abstraction Layer for C/C++ projects.
4
4
5
+
> Not completed. Grows as I need it.
5
6
6
7
7
-
# GPIO Module
8
8
9
-
> __CAUTION!__ Currently only supports models with the _~~BCM283x~~_ BCM2836 and BCM2837. Be aware of the different header pinouts on the various boards!
9
+
## GPIO Module
10
10
11
-
> __CAUTION!__ look for _DEVICE SPECIFIC_ or _DEVSPEC_ comments in code.
11
+
> __CAUTION!__ Currently only supports models with the BCM2836, BCM2837 and BCM2837B0. _~~BCM283x. Be aware of the different header pinouts on the various boards!~~_
12
+
>
13
+
> Search for _DEVSPEC_ comments in code to find the critical portions.
12
14
13
-
Supported Models:
14
-
- 2B
15
-
-3A+
16
-
- 3B
17
-
-3B+
15
+
### Supported Models:
16
+
`2B`
17
+
`3A+`
18
+
`3B`
19
+
`3B+`
18
20
19
-
## Links
21
+
These all have the 40 pin header, which has the same pinout on all models listed above.
0 commit comments