File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11[ ![ Release] ( https://jitpack.io/v/com.manicben/PhysicaloidLibrary.svg )] ( https://jitpack.io/#com.manicben/PhysicaloidLibrary )
2+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-1.0.0-blue )] ( https://javadoc.jitpack.io/com/manicben/PhysicaloidLibrary/1.0.0/javadoc/ )
23
34Physicaloid Library
45===
@@ -7,7 +8,9 @@ Android Library for communicating with physical-computing boards (e.g.Arduino, m
78
89Features
910---
10- - ** NEW! No closed source slow and buggy D2XX drivers are required.**
11+ - ** NEW! Available to import directly into your project via Jitpack!**
12+ - ** NEW! Now supports more microcontrollers over USB, such as the ATmega32U4 and RP2040.**
13+ - No closed source slow and buggy D2XX drivers are required.
1114- Android Java library project
1215- USB-Serial communication
1316- WiFi-Serial communication to ESP8266
@@ -75,8 +78,9 @@ How to use
7578 mavenCentral()
7679 maven { url "https://jitpack.io" }
7780 }
81+
7882 dependencies {
79- implementation 'com.manicben:PhysicaloidLibrary:1.0'
83+ implementation 'com.manicben:PhysicaloidLibrary:1.0.0 '
8084 }
8185```
8286
You can’t perform that action at this time.
0 commit comments