Driver demo code for the wheel encoder. More...
#include <stdint.h>
#include <stdbool.h>
#include <stdio.h>
#include <sys/types.h>
#include "hardware/pwm.h"
#include "hardware/gpio.h"
#include "hardware/timer.h"
#include "pico/stdio.h"
#include "encoder/wheel_encoder.h"
Functions | |
int | main () |
Variables | |
wheel_encoder_t | g_encoder |
Global struct for holding encoder data. | |
Driver demo code for the wheel encoder.