-
Notifications
You must be signed in to change notification settings - Fork 39
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
PiStorms platform devices #115
Comments
It sounds nice! |
I did not understand this part. Do you mean user-friendly name for the port should be |
Yes, that is what I mean. Just a suggestion. |
@dlech, we can do that, or we can stick to |
I think that sounds good. I would like the same program to run on any platform without having to make any changes. |
What's the conclusion on this? Were the PiStorms devices added to Python (if so, what was done there)? If not, I think we need to have a discussion on the platform differences and standardization. As I understand it, there are three platforms that we need to support as of now (correct me if I'm wrong):
So, I think we need to get this standardized spec-wise so that adding more platforms (I think there was talk of the Beaglebone) isn't going to break anything. For the port names, @ddemidov How do you think we can implement the ability to use the same |
This is what PiStorms is looking like now.
Leds:
pistorms:BA
andpistorms:BB
are each a "single" LED, so the 3 colors can be mixed.Buttons:
As mentioned previously, on PiStorms, the buttons don't have a fixed path, so the current implementation of buttons will probably have to change
Power Supply:
Input Ports:
I believe these should be picked up once I update the kernel documentation on ev3dev.github.io.
Output Ports
B
stands for "Bank", so you might want to translatepistorms:BX
toPistormsBankX
in the code gen.The text was updated successfully, but these errors were encountered: