-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds support for different SPI-Buses in the MCP23S17 class.
- Loading branch information
Showing
6 changed files
with
14 additions
and
11 deletions.
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
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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project name="maven-antrun-" default="main"> | ||
<target name="main"> | ||
<condition else="C:\Users\MNG\OneDrive\Dokumente\Studium\IP12\IP12-Ladestation\remoteDebugTest\target" property="finalJarDir" value="C:\Users\MNG\OneDrive\Dokumente\Studium\IP12\IP12-Ladestation\remoteDebugTest\target/lib"> | ||
<equals arg2="true" arg1="true" casesensitive="" /> | ||
</condition> | ||
<property name="remote.run.jvmargs" value="" /> | ||
<property name="target.run.as.module" value="true" /> | ||
<property name="local.dist.dir" value="C:\Users\MNG\OneDrive\Dokumente\Studium\IP12\IP12-Ladestation\remoteDebugTest\target" /> | ||
<property name="remote.runtime.encoding" value="UTF-8" /> | ||
<property name="dist.jar.name" value="remoteDebugTest" /> | ||
<ant antfile="antrun/build.xml" target="run-remote" /> | ||
</target> | ||
</project> |
Binary file not shown.
Binary file not shown.
Binary file not shown.