index
:
raspi-ducky.git
main
A tool to turn the Raspberry Pi Pico into a USB Rubber Ducky
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
circuitpython
/
extmod
/
ulab
/
tests
/
2d
/
numpy
/
00smoke.py
blob: bc7dcf8fd003b61def6a459689c4728d2258310d (
plain
)
1
2
3
from
ulab
import
numpy
as
np
print
(
np
.
eye
(
3
))