Skip to content

Commit eaacff8

Browse files
committed
Merge branch 'develop'
2 parents db58503 + f2830dc commit eaacff8

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

.github/workflows/doxygen-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy Doxygen docuemnt on GitHub Pages
22
on: [release, workflow_dispatch]
33
branches:
4-
- main
5-
# - master
4+
# - main
5+
# - master
66
jobs:
77
deploy:
88
runs-on: ubuntu-latest

src/unit/unit_TCS3472x.cpp

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,6 @@ bool UnitTCS3472x::begin()
123123
M5_LIB_LOGE("Cannot detect %s %X", deviceName(), id);
124124
return false;
125125
}
126-
127-
#if 0
128-
uint16_t low{}, high{};
129-
Persistence pers{};
130-
Gain gc{};
131-
readInterruptThreshold(low, high);
132-
readPersistence(pers);
133-
readGain(gc);
134-
M5_LIB_LOGW("AI:%u/%u P:%x G:%X", low, high, pers, gc);
135-
136-
float a{}, w{};
137-
readAtime(a);
138-
readWtime(w);
139-
M5_LIB_LOGE("AT:%f WT:%f", a, w);
140-
#endif
141-
142126
return _cfg.start_periodic ? start_periodic_measurement(_cfg.gain, _cfg.atime, _cfg.wtime) : true;
143127
}
144128

0 commit comments

Comments
 (0)