This file contains hidden or 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
| [b32] | |
| [b32] | |
| [m4] | |
| [p2b8] | |
| [p2b8] | |
| [p4b2] | |
| [p10] | |
| # ------------------------------------------------- | |
| # clocks |
This file contains hidden or 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
| [b32] | |
| [b32] | |
| [m4] | |
| [p2b8] | |
| [p2b8] | |
| [p4b2] | |
| [p10] | |
| # ------------------------------------------------- | |
| # clocks |
This file contains hidden or 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
| [b32] | |
| [b32] | |
| [m4] | |
| [p2b8] | |
| [p2b8] | |
| [p4b2] | |
| [p10] | |
| # ------------------------------------------------- | |
| # clocks |
This file contains hidden or 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
| [p2b8] | |
| [p2b8] | |
| [b32] | |
| [m4] | |
| [b32] | |
| [p4b2] | |
| [p10] | |
| [clocktool] | |
| clock = I1 |
This file contains hidden or 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
| # main clock | |
| [clocktool] | |
| clock = I1 | |
| multiply = 4 | |
| output = _MAIN_CLOCK | |
| # reset | |
| [copy] | |
| input = I2 | |
| output = _RESET |
This file contains hidden or 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
| [p2b8] | |
| [p2b8] | |
| [p10] | |
| [p10] | |
| # ------------------------------------------------- | |
| # General | |
| # ------------------------------------------------- | |
| # Master clock |
This file contains hidden or 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
| # ------------------------------------------------- | |
| # controller setup | |
| # ------------------------------------------------- | |
| [p2b8] | |
| [p2b8] | |
| [b32] | |
| [m4] | |
| # ------------------------------------------------- | |
| # utility controls | |
| # ------------------------------------------------- |
This file contains hidden or 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
| (async () => { | |
| await someAsyncFunction() | |
| })() |
This file contains hidden or 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
| *node_modules*, package.json, package-lock.json, .eslintrc, *.meteor*, CHANGELOG.md |
This file contains hidden or 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
| #! /bin/bash | |
| ### USAGE | |
| # example: | |
| # package-json.sh version // current directory | |
| # package-json.sh version /path/to/package/json | |
| FIELD=$1 | |
| PACKAGE_PATH=${2-.} |