Skip to content

Commit c6f124d

Browse files
authored
Update 01-Overview.md
1 parent 7ebf7d5 commit c6f124d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In programming, a *library* is a set of code developed by someone to be used by
3232

3333
For this project, you will need to integrate two libraries into your project. the ```JTCLab``` library and the ```jSerialComm``` library. You will integrate these libraries in your project with their respective JAR files. A JAR file is a file that nicely packages up all the code in a Java project for other people to run and use it.
3434

35-
- Download the ```JTCLab``` library <a href="https://github.com/APMonitor/JTCLab/releases/download/1.0/JTCLab.jar" download>JAR file</a>.
35+
- Download the ```JTCLab``` library <a href="https://github.com/APMonitor/JTCLab/releases/download/v1.1/JTCLab02.jar" download>JAR file</a>.
3636
- Download the ```jSerialComm``` library <a href="https://fazecast.github.io/jSerialComm/binaries/jSerialComm-2.6.2.jar" download>JAR file</a>.
3737
>JTCLab is the library that allows you to interface with the Temperature Control lab Arduino. jSerialComm is a library that allows Java to send and receive commands over your USB port.
3838

0 commit comments

Comments
 (0)