差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
|
play_fpga_like_arduino_step_test_app [2018/03/22 09:10] group003 |
play_fpga_like_arduino_step_test_app [2018/03/22 09:30] (当前版本) group003 |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| - | < code c> | + | <code c> |
| + | // ******************************************************************** | ||
| + | // >>>>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT NOTICE <<<<<<<<<<<<<<<<<<<<<<<<< | ||
| + | // ******************************************************************** | ||
| + | // File name : step_test | ||
| + | // Author : PulseRain Technology LLC & STEP FPGA | ||
| + | // Description : This program is developed by Arduino IDE, runninng on the STEP-MAX10 board embedded a PulseRain FP51-1T MCU core. | ||
| + | // Web : www.stepfpga.com www.pulserain.com | ||
| + | // | ||
| + | // -------------------------------------------------------------------- | ||
| + | // Code Revision History : | ||
| + | // -------------------------------------------------------------------- | ||
| + | // Version: |Mod. Date: |Changes Made: | ||
| + | // V1.0 |2018/03/20 | | ||
| + | // -------------------------------------------------------------------- | ||
| + | // | ||
| #include "M10PWM.h" | #include "M10PWM.h" | ||
| #include "M10SevenSeg.h" | #include "M10SevenSeg.h" | ||