diff options
Diffstat (limited to '')
| -rw-r--r-- | src/peripherals/adc.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/peripherals/adc.ts b/src/peripherals/adc.ts index 16ccdba..a601b09 100644 --- a/src/peripherals/adc.ts +++ b/src/peripherals/adc.ts @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: MIT +// Copyright (c) Uri Shaked and contributors + /** * AVR-8 ADC * Part of AVR8js |
