220k views
2 votes
If you want to write some fancy interface on your computer with expanded communication to the Arduino, what library should you use?

User Colm Ryan
by
5.5k points

1 Answer

6 votes

Answer:

The correct answer is letter "C": Java.

Step-by-step explanation:

Arduino is a developmental free software and hardware organization that provides an electronic prototyping platform that allows users to create electronic objects. To write interfaces with expanded communication in the software, the java library must be used with that purpose to fasten the interface functions. Many java libraries can be used such as java.io, java.lang, java.awt or java.util.

User Stoyan Berov
by
5.0k points