Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Adding Raspberry Pi 5 board codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Nov 7, 2023
1 parent feb2e8e commit 40ce3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pi4j</groupId>
<artifactId>pi4j-board-info</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>

<name>Pi4J Board Info</name>
<description>Java Utility Library providing info about the Raspberry Pi boards</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public enum BoardModel {
Collections.singletonList(1800),
Collections.singletonList(4096 * 1024)),
MODEL_5_B("Raspberry Pi 5 Model B", SINGLE_BOARD_COMPUTER,
Arrays.asList("??", "??"),
Arrays.asList("c04170", "d04170"),
PiModel.MODEL_B,
HeaderVersion.TYPE_3,
LocalDate.of(2023, 9, 28),
Expand Down

0 comments on commit 40ce3e6

Please sign in to comment.