CircuitBlockPython

所属分类:处理器开发
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2023-07-27 14:47:59
上 传 者sh-1993
说明:  使用基于块的编程环境编程电路Python微控制器,
(Program CircuitPython microcontrollers using a block-based programming enviornment,)

文件列表:
blockly-10.0.2.tgz (2567114, 2023-07-27)
blockly/ (0, 2023-07-27)
blockly/blockly.js (563, 2023-07-27)
blockly/blockly.min.js (1072566, 2023-07-27)
blockly/blockly_compressed.js (888750, 2023-07-27)
blockly/blockly_compressed.js.map (3139441, 2023-07-27)
blockly/blocks.d.ts (361, 2023-07-27)
blockly/blocks.js (591, 2023-07-27)
blockly/blocks_compressed.js (91848, 2023-07-27)
blockly/blocks_compressed.js.map (286122, 2023-07-27)
blockly/browser.js (930, 2023-07-27)
blockly/closure/ (0, 2023-07-27)
blockly/closure/goog/ (0, 2023-07-27)
blockly/closure/goog/base.d.ts (45, 2023-07-27)
blockly/closure/goog/base_minimal.d.ts (559, 2023-07-27)
blockly/closure/goog/goog.d.ts (1439, 2023-07-27)
blockly/core-browser.js (645, 2023-07-27)
blockly/core.d.ts (121, 2023-07-27)
blockly/core.js (650, 2023-07-27)
blockly/core/ (0, 2023-07-27)
blockly/core/any_aliases.d.ts (145, 2023-07-27)
blockly/core/block.d.ts (33990, 2023-07-27)
blockly/core/block_animations.d.ts (931, 2023-07-27)
blockly/core/block_drag_surface.d.ts (4726, 2023-07-27)
blockly/core/block_dragger.d.ts (6096, 2023-07-27)
blockly/core/block_svg.d.ts (23776, 2023-07-27)
blockly/core/blockly.d.ts (18451, 2023-07-27)
blockly/core/blockly_options.d.ts (1745, 2023-07-27)
blockly/core/blocks.d.ts (448, 2023-07-27)
blockly/core/browser_events.d.ts (3079, 2023-07-27)
blockly/core/bubble_dragger.d.ts (2859, 2023-07-27)
blockly/core/bubbles.d.ts (434, 2023-07-27)
blockly/core/bubbles/ (0, 2023-07-27)
blockly/core/bubbles/bubble.d.ts (7101, 2023-07-27)
blockly/core/bubbles/mini_workspace_bubble.d.ts (3063, 2023-07-27)
blockly/core/bubbles/text_bubble.d.ts (1424, 2023-07-27)
blockly/core/bubbles/textinput_bubble.d.ts (3897, 2023-07-27)
blockly/core/bump_objects.d.ts (1520, 2023-07-27)
... ...

# CircuitBlockPython Program CircuitPython microcontrollers using a block-based programming enviornment. Check it out at https://orangeben.dev/circuitblockpython/ Built on [Blockly](https://developers.google.com/blockly) by Google ## Supported Microcontrollers * Raspberry pi pico ## Supported Libraries * [time](https://docs.python.org/3/library/time.html) * [digitalio](https://docs.circuitpython.org/en/latest/shared-bindings/digitalio/index.html) * [analogio](https://docs.circuitpython.org/en/latest/shared-bindings/analogio/index.html) * [pwmio](https://docs.circuitpython.org/en/latest/shared-bindings/pwmio/index.html) (output only at preset frequency) * [board](https://docs.circuitpython.org/en/latest/shared-bindings/board/index.html) (digital and analog pin names for Raspberry Pi Pico only) ## Want something that doesn't exist? You could open an issue and hope I get to it someday, but it's not hard to add new stuff yourself. * New blocks can be created easily using the [Blockly Developer Tools](https://blockly-demo.appspot.com/static/demos/blockfactory/index.html). Add or edit the `blocks/*.js` with your new blocks. If you add new files, be sure to also add them in a script tag in `index.html`. Also add them somewhere in `toolbox.js` to actually make them available. * Supporting a different microcontroller would probably only require changing the pin names in `blocks/board.js` * Change the default setup by createing the desired setup in the editor, saving as JSON, then putting that JSON into `defaultsetup.js`

近期下载者

相关文件


收藏者