-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jarduino witht Arduino Mega #43
Comments
Hi, Yes, you can extend JArduino to support Arduino Mega. Some files you should extend:
You might need to extend the JArduino firmware as well, adding pins: Maybe more files, but you can start with that and it should pretty much be ok |
Ok thank you |
Not sure I understood... but if you are looking for the DigitalPin.java file, you can just click the link https://github.com/SINTEF-9012/JArduino/blob/master/jarduino.core/src/main/java/org/sintef/jarduino/DigitalPin.java |
Okay the import DigitalPin works |
I found them on lib |
Maybe the easiest is to start from the source, by cloning this repo. |
okay now i changed the class file to this /**
import java.util.HashMap; public enum DigitalPin
{
{
} but eclipse dont fint PIN_40 for example |
or can you send me the chanced import jar files via email |
You can regenerate the jars with Maven. man clean install |
Ok did someone else changed this and could send me |
when i copy the changed DigitalPin class file in the jar file (imports) should i certify the class file because if i open the class files with an editor there are all encoded |
I would not recommend changing the content of
|
sorry but it dosent work |
Guys, I really want to extend jArduino to work with Arduino Mega. Please can someone tell me step by step how to change jArduino files to be able to include all Analog Pins ( A0 - A15) and Digital pins (D22-D53). Thats all I need. Thank you |
Hey there
I want to use Jarduino with an Arduino Mega
because i need more digital output pin
but if i enter PIN_33 Output for example there is an error
because they dont know the variable PIN_33
Can i extends the source code and how can i do this
The text was updated successfully, but these errors were encountered: