Skip to content

Commit be586ba

Browse files
authored
Update development time (#51)
1 parent acdce2f commit be586ba

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2024 awawa-dev
3+
Copyright (c) 2023-2025 awawa-dev
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

include/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MIT License
44
*
5-
* Copyright (c) 2023-2024 awawa-dev
5+
* Copyright (c) 2023-2025 awawa-dev
66
*
77
* https://github.com/awawa-dev/HyperSerialPico
88
*

include/calibration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MIT License
44
*
5-
* Copyright (c) 2023-2024 awawa-dev
5+
* Copyright (c) 2023-2025 awawa-dev
66
*
77
* https://github.com/awawa-dev/HyperSerialPico
88
*

include/framestate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MIT License
44
*
5-
* Copyright (c) 2023-2024 awawa-dev
5+
* Copyright (c) 2023-2025 awawa-dev
66
*
77
* https://github.com/awawa-dev/HyperSerialPico
88
*

include/leds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* MIT License
66
*
7-
* Copyright (c) 2023-2024 awawa-dev
7+
* Copyright (c) 2023-2025 awawa-dev
88
*
99
* https://github.com/awawa-dev/HyperSerialPico
1010
*

include/main.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MIT License
44
*
5-
* Copyright (c) 2023-2024 awawa-dev
5+
* Copyright (c) 2023-2025 awawa-dev
66
*
77
* https://github.com/awawa-dev/HyperSerialPico
88
*

include/statistics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MIT License
44
*
5-
* Copyright (c) 2023-2024 awawa-dev
5+
* Copyright (c) 2023-2025 awawa-dev
66
*
77
* https://github.com/awawa-dev/HyperSerialPico
88

pio/neopixel.pio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; MIT License
22
;
3-
; Copyright (c) 2023-2024 awawa-dev
3+
; Copyright (c) 2023-2025 awawa-dev
44
;
55
; https://github.com/awawa-dev/HyperSerialPico
66
;

pio/neopixel_ws2812b.pio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; MIT License
22
;
3-
; Copyright (c) 2023-2024 awawa-dev
3+
; Copyright (c) 2023-2025 awawa-dev
44
;
55
; https://github.com/awawa-dev/HyperSerialPico
66
;

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*
33
* MIT License
44
*
5-
* Copyright (c) 2023-2024 awawa-dev
5+
* Copyright (c) 2023-2025 awawa-dev
66
*
77
* https://github.com/awawa-dev/HyperSerialPico
88
*

0 commit comments

Comments
 (0)