Files
sweetlilmreandGitHub af871e6efa Refactor playback ISR thanks to @matsstaff (#45)
* TAP play ISR refactor

* comment updates
2022-02-10 20:24:28 +02:00

9 lines
142 B
C

#ifndef VERSION_H
#define VERSION_H
#define TAPUINO_MAJOR_VERSION 2
#define TAPUINO_MINOR_VERSION 10
#define TAPUINO_BUILD_VERSION 0
#endif