Source file: /~heha/ewa/Motor/Maxmaus8.zip/device.h

#pragma once
#include <stdint.h>

namespace Device{
// 10MHz XTAL on LaunchPad. For use with SysCtl_getClock().
const uint32_t F_XTAL = 10000000;
void init();
}

void CPUTimerInit();

namespace usb{
void GPIOEnable();
void DeviceIntHandler();
}
Detected encoding: ASCII (7 bit)2