-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revised component catalogue #60
Merged
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
503cbf7
ipnumber of pi is set in pom.xml now
DieterHolz a8cbed6
try to fix some testcases
DieterHolz ab00bfb
added back-links to Pi4J website in example apps
DieterHolz ed13f8d
removed ContinuousMeasuringException, replaced by IllegalStateException
DieterHolz ba58f72
moved Component to new package 'base'
DieterHolz eabd0b2
major refactoring of SimpleButton
DieterHolz e28e6a4
introduced DigitalActuator
DieterHolz 8a78733
introduced PwmActuator
DieterHolz d74f19a
refactoring for testing
DieterHolz bd0586d
minor fix in ServoMotor
DieterHolz a0837c6
wip
DieterHolz 0e839b9
wip
DieterHolz b72b952
wip
DieterHolz 8a903ab
wip
DieterHolz 5406407
wip
DieterHolz 3d99830
wip
DieterHolz b48df06
wip
DieterHolz d06eab5
major refactorin of JoystickAnalog
DieterHolz 54c131c
delay works with duration instead of long now
DieterHolz d267f09
Buzzer refactored
DieterHolz 75d7d32
wip LCD
DieterHolz 7d5ccfd
LCD refactoring finished (TestCases are still missing)
DieterHolz 905a79b
Servo revisited
DieterHolz 073e5ab
LedStrip wip
DieterHolz 82d3834
SerialGps refactoring
DieterHolz eff4503
wip
DieterHolz 6fc3a11
wip
DieterHolz f026afb
wip
DieterHolz 82fe92e
ready for review
DieterHolz e9d3941
minor changes in Readme, optimize imports
DieterHolz 1853608
"frequency" for LED strip must be different on Pi3 and Pi4. Aaargh.
DieterHolz 5402c38
changed Pins in LedButton- LedStrip- and Buzzer-App
DieterHolz 05f059a
cleanup logging in 'Camera'
DieterHolz 593af02
upgrade JUnit to 5.10.0
DieterHolz cd8838f
'isOn()' added to 'SimpleLed'
DieterHolz 1de5964
corrected link to Pi4J-Basic-OS in README
DieterHolz dd02346
Merge remote-tracking branch 'origin/main' into preparation-HS23
DieterHolz 39d52b1
TestCase fixed
DieterHolz 3d74eb7
optimize imports
DieterHolz 9d9d25f
Bump to Pi4J V2.4.0
FDelporte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Rerun version on Pi" type="MavenRunConfiguration" factoryName="Maven"> | ||
<MavenSettings> | ||
<option name="myGeneralSettings" /> | ||
<option name="myRunnerSettings" /> | ||
<option name="myRunnerParameters"> | ||
<MavenRunnerParameters> | ||
<option name="profiles"> | ||
<set /> | ||
</option> | ||
<option name="goals"> | ||
<list> | ||
<option value="package" /> | ||
<option value="-DskipTests=true" /> | ||
<option value="-Dmaven.test.skip" /> | ||
<option value="-Dmaven.main.skip=true" /> | ||
<option value="--no-snapshot-updates" /> | ||
</list> | ||
</option> | ||
<option name="pomFileName" value="pom.xml" /> | ||
<option name="profilesMap"> | ||
<map> | ||
<entry key="rerun" value="true" /> | ||
</map> | ||
</option> | ||
<option name="resolveToWorkspace" value="false" /> | ||
<option name="workingDirPath" value="$PROJECT_DIR$" /> | ||
</MavenRunnerParameters> | ||
</option> | ||
</MavenSettings> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a "beauty remark". When using auto save in IntelliJ IDEA with cleanup, imports should get sorted alphabetically. It's not critical at all, but will avoid code changes between commits, where imports only move place.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will do a 'optimize imports'