-
Notifications
You must be signed in to change notification settings - Fork 929
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
add new target: cryptoauth trust platform #3494
Comments
I can't get this code to blink the LED. Any idea why? It seems to flash ok but the LED is not blinking |
I think it should be something like this instead: var led = machine.LED
led.Configure(machine.PinConfig{Mode: machine.PinOutput}) |
Yes but since it is a custom board I did not set PinOutput in the board's file yet. |
Ummm, but no need to re-define the PinOutput, since it's already in the Also, let's try with var led = machine.LED instead of var led machine.Pin = 2 |
right, I was confused with something else. Now I am indeed using LED and PinOutput, it was just this. I can't thank you enough for your help. Better read the documentation well next time. I will try to clean out everything and make a pull request to add my board. Have a nice day |
No problem! I proceed to close this issue, please open a PR when your new board is ready! Thanks for your work |
I would love to see the CryptoAuth Trust Platform being added.
It uses ATSAMD21E18A which is already implemented.
https://www.microchip.com/en-us/development-tool/DM320118
The text was updated successfully, but these errors were encountered: