File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22name : encoder
33description : HW timer-based driver for incremental rotary encoders
4- version : 3.0.1
4+ version : 3.0.2
55groups :
66 - input
77code_owners :
@@ -27,3 +27,5 @@ license: BSD-3
2727copyrights :
2828 - name : UncleRus
2929 year : 2019
30+ - name : cleishm
31+ year : 2026
Original file line number Diff line number Diff line change 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:
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 */
Original file line number Diff line number Diff line change 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:
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 */
Original file line number Diff line number Diff line change 11---
2- version : 3.0.1
2+ version : 3.0.2
33description : HW timer-based driver for incremental rotary encoders
44license : BSD-3
55targets :
@@ -16,6 +16,7 @@ targets:
1616dependencies : {}
1717maintainers :
1818 - Ruslan V. Uss (@UncleRus) <unclerus@gmail.com>
19+ - Chris Leishman (@cleishm) <chris@leishman.org>
1920url : https://github.com/esp-idf-lib/core
2021repository : https://github.com/esp-idf-lib/encoder
2122documentation : https://esp-idf-lib.github.io/encoder/
You can’t perform that action at this time.
0 commit comments