This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
WiringPi
mirror of
https://github.com/WiringPi/WiringPi.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
9
Wiki
Activity
Browse Source
Add piMemorySize for rpi4 8G
pull/85/head
namikata2020
4 years ago
parent
5c6bab7d42
commit
6ca0231124
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
wiringPi/wiringPi.c
+ 1
- 1
wiringPi/wiringPi.c
View File
@@ -290,7 +290,7 @@ const int piMemorySize [8] =
1024, // 2
2048, // 3
4096, // 4
0
, // 5
8192
, // 5
0, // 6
0, // 7
} ;
Write
Preview
Loading…
Cancel
Save