Skip to content

Commit 4357731

Browse files
committed
Rework examples and replace FHNW pages with links to new repositories + add SBC section
1 parent 38db6d2 commit 4357731

File tree

22 files changed

+193
-1285
lines changed

22 files changed

+193
-1285
lines changed

content/debugging-failures/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Debugging Failures
3-
weight: 36
3+
weight: 37
44
tags: ["Pi4J OS"]
55
aliases:
66
- /getting-started/crowpi/crowpi-os

content/documentation/io-types/pwm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,7 @@ These two values can be controlled via the Pi4J library and are also used intern
233233
234234
### Code example
235235
236-
The following example is an extract of the [CrowPi example project](../../examples/crowpi/crowpi-examples.md) which includes
237-
a component to control a buzzer with PWM.
236+
The following example is an extract of a [CrowPi](/sbc/crowpi) example project that includes a component to control a buzzer with PWM.
238237
Of importance, this example executes on a Raspberry Pi4, the buildPwmConfig(Context pi4j, int address) example
239238
code uses pigpio-pwm and the value passed for 'address' is the BCM pin number.
240239

content/examples/_index.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@ In this section, we want to provide you example implementations of several devic
1010

1111
### Current code providers
1212

13-
| Provider | Link |
14-
|:-------------------------|:--------------------------------------------------------------|
15-
| Pi4J | [JBang examples](/examples/jbang) |
16-
| FHNW University | [Components](/examples/components) |
17-
| FHNW University | [Electronics with CrowPi](/examples/crowpi) |
18-
| Community Implementation | [Community Implementation](/examples/communityimplementation) |
13+
| Provider | Link |
14+
|:--------------------------|:------------------------------------------------------------------------------------------------------|
15+
| Pi4J JBang examples | [JBang examples](/examples/jbang) |
16+
| Pi4J Drivers library | UNDER CONSTRUCTION |
17+
| Pi4J Drivers examples | UNDER CONSTRUCTION |
18+
| Community Implementations | [Community Implementation](/examples/communityimplementation) |
19+
| FHNW University | [Component example implementations](https://gitlab.fhnw.ch/ip_12_preparation/pi4j-example-components) |
20+
| FHNW University | [Electronics with CrowPi](https://gitlab.fhnw.ch/ip_12_preparation/pi4j-example-crowpi) |
21+
|
1922

2023

2124
### Simple Implementation

content/examples/components/ADS1115.md

Lines changed: 0 additions & 114 deletions
This file was deleted.

content/examples/components/Buzzer.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

content/examples/components/Camera.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

content/examples/components/Joystick.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)