Skip to content

Commit b8cab02

Browse files
authored
Update Readme for 1.0.0 release
1 parent 7821024 commit b8cab02

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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

34
Physicaloid Library
45
===
@@ -7,7 +8,9 @@ Android Library for communicating with physical-computing boards (e.g.Arduino, m
78

89
Features
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

0 commit comments

Comments
 (0)