-
Notifications
You must be signed in to change notification settings - Fork 2
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
MyCo_TPS++ #5
Comments
For clearification: |
Thanks. So 2 additional PWMs would be ok on 12 and 13. As I have understood, these Analog IOs can be used as digital IO if needed. |
So, some further investigations: micro:bit wont work, because of reasons (have problems to add new features, because the sources are already to big for this muddy little cpu). For the additinal outputs: i would like to introduce another command for this, too. FB is than the new command. Conclusion: no further PWM outputs, 2 additional servos, and with a big ATTENTION announcement: additional outputs on A3..A6 |
Please do not put too much effort into it. A better use of your time might be to make TPS-MyCo to everybody in the world who has an Internet device |
Some small additions to the existing TPS_MyCo software to give more options.
There are a few unused pins on the Arduino nano.
Would it be possible to add this into the TPS software as optional compiler switches - or a modified version on its own?
A change to the software should not be necessary, and the contents is shown in the Emulator already.
Add 2 additional PWM outputs which show the contents of register E and F to the outside world.
Adding 2 servos wth a scale would give additional 2 outputs to TPS_MyCo. on D12 and D13.
Could be used for 2 motors and leave the other 2 for additional use.
And on the analog pins there there are 4 still unused.
These could be showing the contents of register D to the outside world - 4 additional outputs.
Which pins are used I leave open to the implementer.
And if the pins are not connected externally to anything, there is no difference to the existing implementation.
The text was updated successfully, but these errors were encountered: