Update shared-bindings/touchio/TouchIn.c

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
Jeff Epler 2025-02-13 12:02:42 -06:00 committed by GitHub
parent ff5674c41e
commit e0463404d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,7 +84,7 @@ static void check_for_deinit(touchio_touchin_obj_t *self) {
//| value: bool
//| """Whether the touch pad is being touched or not. (read-only)
//|
//| True when `raw_value` > `threshold`.:m"""
//| True when `raw_value` > `threshold`."""
static mp_obj_t touchio_touchin_obj_get_value(mp_obj_t self_in) {
touchio_touchin_obj_t *self = MP_OBJ_TO_PTR(self_in);
check_for_deinit(self);