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
/
3d
/
numpy
/
create.py
blob: a5c1fa1570ce2b69a1d684b85e340c36ba9c09c6 (
plain
)
1
2
from
ulab
import
numpy
as
np
print
(
sum
(
np
.
ones
((
3
,
2
,
4
))))