Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .eil.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -27,3 +27,5 @@ license: BSD-3
copyrights:
- name: UncleRus
year: 2019
- name: cleishm
year: 2026
2 changes: 2 additions & 0 deletions encoder.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2019 Ruslan V. Uss <unclerus@gmail.com>
* 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:
Expand Down Expand Up @@ -31,6 +32,7 @@
* ESP-IDF HW timer-based driver for rotary encoders
*
* Copyright (c) 2019 Ruslan V. Uss <unclerus@gmail.com>
* Copyright (c) 2026 Chris Leishman (@cleishm)
*
* BSD Licensed as described in the file LICENSE
*/
Expand Down
2 changes: 2 additions & 0 deletions encoder.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2019 Ruslan V. Uss <unclerus@gmail.com>
* 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:
Expand Down Expand Up @@ -33,6 +34,7 @@
* ESP-IDF HW timer-based driver for rotary encoders
*
* Copyright (c) 2019 Ruslan V. Uss <unclerus@gmail.com>
* Copyright (c) 2026 Chris Leishman (@cleishm)
*
* BSD Licensed as described in the file LICENSE
*/
Expand Down
3 changes: 2 additions & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -16,6 +16,7 @@ targets:
dependencies: {}
maintainers:
- Ruslan V. Uss (@UncleRus) <unclerus@gmail.com>
- Chris Leishman (@cleishm) <chris@leishman.org>
url: https://github.com/esp-idf-lib/core
repository: https://github.com/esp-idf-lib/encoder
documentation: https://esp-idf-lib.github.io/encoder/
Expand Down