Implement UART module

This commit is contained in:
Sylwester Zieliński
2021-12-31 12:23:26 +01:00
parent ab4014bf64
commit 8d9e2cc22e
29 changed files with 373 additions and 32 deletions

View File

@@ -7,7 +7,7 @@
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<application>
<service android:name=".service.CSCService" />
<service android:name=".repository.CSCService" />
</application>
</manifest>