File tree Expand file tree Collapse file tree 20 files changed +180
-180
lines changed
Expand file tree Collapse file tree 20 files changed +180
-180
lines changed Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111import _thread
1212import utime as time
Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111import array
1212
Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111import random
1212
Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111import rtthread
1212
Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111import sys
1212
Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111from ucollections import namedtuple
1212
Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111import uos
1212
Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111import utime
1212
Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111import network
1212
Original file line number Diff line number Diff line change 1- / *
2- * Copyright (c ) 2006 - 2019 , RT - Thread Development Team
3- *
4- * SPDX - License - Identifier : MIT License
5- *
6- * Change Logs :
7- * Date Author Notes
8- * 2019 - 06 - 13 SummerGift first version
9- * /
1+ #
2+ # Copyright (c) 2006-2019, RT-Thread Development Team
3+ #
4+ # SPDX-License-Identifier: MIT License
5+ #
6+ # Change Logs:
7+ # Date Author Notes
8+ # 2019-06-13 SummerGift first version
9+ #
1010
1111import network
1212
You can’t perform that action at this time.
0 commit comments