# ext-pinMode **Repository Path**: lthirty/ext-pinMode ## Basic Information - **Project Name**: ext-pinMode - **Description**: Mind+用户库,pinMode功能 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-15 - **Last Updated**: 2021-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pinMode 引脚模式设置 ![](./arduinoC/_images/featured.png) --------------------------------------------------------- ## Table of Contents * [URL](#url) * [Summary](#summary) * [Blocks](#blocks) * [License](#license) * [Supported targets](#Supportedtargets) ## URL * Project URL : ```https://github.com/liliang9693/ext-pinMode``` * Tutorial URL : ```https://mindplus.dfrobot.com.cn/extensions-user``` ## Summary 此扩展可以独立设置引脚模式,同时引脚输入框可以插入变量方便灵活使用。注意与Mind+中主控板自带的引脚控制积木不可混用。 ## Blocks ![](./arduinoC/_images/blocks.png) ## Examples ![](./arduinoC/_images/example.png) ## License MIT ## Supported targets MCU | JavaScript | Arduino | MicroPython | Remarks ------------------ | :----------: | :----------: | :---------: | ----- arduino | | √ | | micro:bit | | √ | | esp32 | | √ | | ## Release Logs * V0.0.1 基础功能完成 * V0.0.2 解决模拟输入输出编译错误问题,增加rmtt支持