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
/
1d
/
numpy
/
00smoke.py
blob: c75627399c5fb269625d0a6c3ecae7c52525f4ad (
plain
)
1
2
3
from
ulab
import
numpy
as
np
print
(
np
.
ones
(
3
))