diff --git a/F-CALI_menu.png b/F-CALI_menu.png new file mode 100644 index 0000000..56f4886 Binary files /dev/null and b/F-CALI_menu.png differ diff --git a/chan_freq_option.png b/chan_freq_option.png new file mode 100644 index 0000000..d3cf527 Binary files /dev/null and b/chan_freq_option.png differ diff --git a/scheduler.h b/scheduler.h new file mode 100644 index 0000000..545c775 --- /dev/null +++ b/scheduler.h @@ -0,0 +1,25 @@ +/* Copyright 2023 Dual Tachyon + * https://github.com/DualTachyon + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#ifndef SCHEDULER_H +#define SCHEDULER_H + +#include + +extern volatile uint8_t boot_counter; + +#endif +