diff --git a/.eil.yml b/.eil.yml index ba74707..6bd9e52 100644 --- a/.eil.yml +++ b/.eil.yml @@ -1,7 +1,7 @@ --- name: encoder description: HW timer-based driver for incremental rotary encoders -version: 3.0.1 +version: 3.0.2 groups: - input code_owners: @@ -27,3 +27,5 @@ license: BSD-3 copyrights: - name: UncleRus year: 2019 + - name: cleishm + year: 2026 diff --git a/encoder.c b/encoder.c index fd3bf4b..baad936 100644 --- a/encoder.c +++ b/encoder.c @@ -1,5 +1,6 @@ /* * Copyright (c) 2019 Ruslan V. Uss + * Copyright (c) 2026 Chris Leishman (@cleishm) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -31,6 +32,7 @@ * ESP-IDF HW timer-based driver for rotary encoders * * Copyright (c) 2019 Ruslan V. Uss + * Copyright (c) 2026 Chris Leishman (@cleishm) * * BSD Licensed as described in the file LICENSE */ diff --git a/encoder.h b/encoder.h index abb44fe..765910d 100644 --- a/encoder.h +++ b/encoder.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2019 Ruslan V. Uss + * Copyright (c) 2026 Chris Leishman (@cleishm) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -33,6 +34,7 @@ * ESP-IDF HW timer-based driver for rotary encoders * * Copyright (c) 2019 Ruslan V. Uss + * Copyright (c) 2026 Chris Leishman (@cleishm) * * BSD Licensed as described in the file LICENSE */ diff --git a/idf_component.yml b/idf_component.yml index 854aa25..5117db0 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,5 +1,5 @@ --- -version: 3.0.1 +version: 3.0.2 description: HW timer-based driver for incremental rotary encoders license: BSD-3 targets: @@ -16,6 +16,7 @@ targets: dependencies: {} maintainers: - Ruslan V. Uss (@UncleRus) + - Chris Leishman (@cleishm) url: https://github.com/esp-idf-lib/core repository: https://github.com/esp-idf-lib/encoder documentation: https://esp-idf-lib.github.io/encoder/