forked from mixly/Mixly_Company_Extend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: hznupeter <[email protected]>
- Loading branch information
Showing
6 changed files
with
282 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
<!-- | ||
type="company" | ||
block="block/maker17.js" | ||
generator="generator/maker17.js" | ||
media="media/maker17" | ||
lib="Maker17" | ||
hardware="hardware/arduino" | ||
language="language/maker17" | ||
examples="examples/maker17" | ||
examples="examples/Maker17" | ||
--> | ||
<!-- | ||
Author :hznupeter | ||
Date:2017-3-30 | ||
Date:2017-5-30 | ||
E-mail:[email protected] | ||
--> | ||
<script type="text/javascript" src="../../blocks/company/maker17.js"></script> | ||
|
@@ -316,11 +317,7 @@ E-mail:[email protected] | |
</block> | ||
|
||
<block type="MAX7219_DisplayChar" name="显示图案"> | ||
<value name="NUM"> | ||
<shadow type="math_number"> | ||
<field name="NUM">1</field> | ||
</shadow> | ||
</value> | ||
|
||
<value name="Chars"> | ||
<block type="LedArray"></block> | ||
</value> | ||
|
@@ -439,12 +436,12 @@ E-mail:[email protected] | |
<block type="maker17_oled_drawPixe" name="画点"> | ||
<value name="POS_X"> | ||
<shadow type="math_number"> | ||
<field name="NUM">32</field> | ||
<field name="NUM">64</field> | ||
</shadow> | ||
</value> | ||
<value name="POS_Y"> | ||
<shadow type="math_number"> | ||
<field name="NUM">64</field> | ||
<field name="NUM">32</field> | ||
</shadow> | ||
</value> | ||
</block> | ||
|
@@ -726,9 +723,7 @@ E-mail:[email protected] | |
</block> | ||
|
||
</category> | ||
</category> | ||
|
||
<!-- <category id="catMaker17TimeDS3231" name="DS3231时间模块" colour="40"> | ||
<category id="catMaker17TimeDS3231" name="DS3231时间模块" colour="40"> | ||
<block type="DS3231_get_time" name="获取时间"> | ||
</block> | ||
<block type="DS3231_set_datetime" name="设置日期时间"> | ||
|
@@ -768,4 +763,5 @@ E-mail:[email protected] | |
</shadow> | ||
</value> | ||
</block> | ||
</category> | ||
</category> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.