0% found this document useful (0 votes)
51 views1 page

"ES - Events.h": #Ifndef ISR - H #Define ISR - H #Include

This header file declares functions for initializing periodic interrupts and input capture periods, responding to input captures from left and right encoders and sensors W3TA and W3TB, querying periods of sensors and setting and querying speeds of left and right motors. It includes the ES_Events header file.

Uploaded by

api-438120791
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views1 page

"ES - Events.h": #Ifndef ISR - H #Define ISR - H #Include

This header file declares functions for initializing periodic interrupts and input capture periods, responding to input captures from left and right encoders and sensors W3TA and W3TB, querying periods of sensors and setting and querying speeds of left and right motors. It includes the ES_Events header file.

Uploaded by

api-438120791
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

// Header file for InputCaptureModule

/*****************************************************************************/

#ifndef ISR_H
#define ISR_H

#include "ES_Events.h"

void InitPeriodicInt(void);
void InitInputCapturePeriod(void);
void InputCaptureResponseLeftEnc(void);
void InputCaptureResponseW3TA(void);
void InputCaptureResponseRightEnc(void);
void InputCaptureResponseW3TB(void);
void ControlResponse(void);
uint32_t QueryPeriodW1TA(void);
uint32_t QueryPeriodW3TA(void);
uint32_t QueryPeriodW1TB(void);
uint32_t QueryPeriodW3TB(void);
void SetLeftSpeed(uint32_t);
void SetRightSpeed(uint32_t);
uint8_t QuerySpeedLeft(void);
uint8_t QuerySpeedRight(void);

#endif /* InputCaptureModule_H */

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy