watchy/src/Olsen2POSIX.h
2021-10-04 22:13:33 -04:00

13 lines
222 B
C++

#ifndef WATCHY_OLSEN2POSIX_H
#define WATCHY_OLSEN2POSIX_H
#include <Arduino.h>
class Olsen2POSIX{
public:
String getPOSIX(String Olsen);
const String TZMISSING = "--MISSING--";
};
#endif