Skip to content

Commit d806197

Browse files
authored
Merge pull request #14 from esp-idf-lib/new_maintainer
chore: add new maintainer
2 parents 2ab0a14 + 4de60c8 commit d806197

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

.eil.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: encoder
33
description: HW timer-based driver for incremental rotary encoders
4-
version: 3.0.1
4+
version: 3.0.2
55
groups:
66
- input
77
code_owners:
@@ -27,3 +27,5 @@ license: BSD-3
2727
copyrights:
2828
- name: UncleRus
2929
year: 2019
30+
- name: cleishm
31+
year: 2026

encoder.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2019 Ruslan V. Uss <unclerus@gmail.com>
3+
* Copyright (c) 2026 Chris Leishman (@cleishm)
34
*
45
* Redistribution and use in source and binary forms, with or without
56
* modification, are permitted provided that the following conditions are met:
@@ -31,6 +32,7 @@
3132
* ESP-IDF HW timer-based driver for rotary encoders
3233
*
3334
* Copyright (c) 2019 Ruslan V. Uss <unclerus@gmail.com>
35+
* Copyright (c) 2026 Chris Leishman (@cleishm)
3436
*
3537
* BSD Licensed as described in the file LICENSE
3638
*/

encoder.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*
22
* Copyright (c) 2019 Ruslan V. Uss <unclerus@gmail.com>
3+
* Copyright (c) 2026 Chris Leishman (@cleishm)
34
*
45
* Redistribution and use in source and binary forms, with or without
56
* modification, are permitted provided that the following conditions are met:
@@ -33,6 +34,7 @@
3334
* ESP-IDF HW timer-based driver for rotary encoders
3435
*
3536
* Copyright (c) 2019 Ruslan V. Uss <unclerus@gmail.com>
37+
* Copyright (c) 2026 Chris Leishman (@cleishm)
3638
*
3739
* BSD Licensed as described in the file LICENSE
3840
*/

idf_component.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
version: 3.0.1
2+
version: 3.0.2
33
description: HW timer-based driver for incremental rotary encoders
44
license: BSD-3
55
targets:
@@ -16,6 +16,7 @@ targets:
1616
dependencies: {}
1717
maintainers:
1818
- Ruslan V. Uss (@UncleRus) <unclerus@gmail.com>
19+
- Chris Leishman (@cleishm) <chris@leishman.org>
1920
url: https://github.com/esp-idf-lib/core
2021
repository: https://github.com/esp-idf-lib/encoder
2122
documentation: https://esp-idf-lib.github.io/encoder/

0 commit comments

Comments
 (0)