small doxygen update
This commit is contained in:
parent
5f90362261
commit
37b5067de8
1 changed files with 3 additions and 2 deletions
|
@ -151,8 +151,7 @@ static void _tsDo3PointCalibration(const coord_t (*cross)[2], coord_t (*points)[
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Touchscreen Driver initialization.
|
* @brief Touchscreen Driver initialization.
|
||||||
* @note This function is NOT currently implicitly invoked by @p halInit().
|
* @note Calling this function automatically invokes a tsCalibration()
|
||||||
* It must be called manually.
|
|
||||||
*
|
*
|
||||||
* @param[in] ts The touchscreen driver struct
|
* @param[in] ts The touchscreen driver struct
|
||||||
*
|
*
|
||||||
|
@ -285,6 +284,8 @@ coord_t tsReadY(void) {
|
||||||
* the accuracy of the calibration coefficients obtained if the symbol
|
* the accuracy of the calibration coefficients obtained if the symbol
|
||||||
* TOUCHSCREEN_VERIFY_CALIBRATION is defined in the configuration.
|
* TOUCHSCREEN_VERIFY_CALIBRATION is defined in the configuration.
|
||||||
*
|
*
|
||||||
|
* @note You don't have to call this function manually. It gets invoked by tsInit()
|
||||||
|
*
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
void tsCalibrate(void) {
|
void tsCalibrate(void) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue