# Interface: DriverControls

Drivers accept a update function and call it at an interval. This interval could be a synchronous loop, a setInterval, or tied to the device's framerate.

# Table of contents

# Properties

# Properties

# start

start: () => void

# Type declaration

▸ (): void

Returns: void


# stop

stop: () => void

# Type declaration

▸ (): void

Returns: void

vjmap / Exports / EllipseEdgeOptions