mirror of
https://github.com/Vale54321/schafkopf-bot.git
synced 2025-12-16 19:59:33 +01:00
Nfc reader (#2)
* added pn532.jar * added pn532 * changed KartenLeserer * added leser to BackendServer * added welcheKarteSticht methode * added welcheKarteSticht methode * added sendKarte tofrontend when scanned * added build config * installed pn532 as local dependency * added local dependency to pom * edited KartenLeser * edited KartenLeser * edited KartenLeser * edited KartenLeser * edited pom * edited pom * edited pom * deleted unused files * added led * added led * added right dot env path * added right dot env path * added waitForScanMethod * added waitForScanMethod * added waitForScanMethod * added waitForScanMethod * added waitForScanMethod * added waitForScanMethod * removed unused print statements * removed unused imports * removed pn532 jar * removed pn532 jar
This commit is contained in:
committed by
GitHub
parent
e63f18f4b7
commit
7f2cf98607
9
lib/pn532/pn532-sdk/1.0.2/pn532-sdk-1.0.2.pom
Normal file
9
lib/pn532/pn532-sdk/1.0.2/pn532-sdk-1.0.2.pom
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>pn532</groupId>
|
||||
<artifactId>pn532-sdk</artifactId>
|
||||
<version>1.0.2</version>
|
||||
<description>POM was created from install:install-file</description>
|
||||
</project>
|
||||
Reference in New Issue
Block a user