mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Moving strings (more)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
#ifndef MODES_H_
|
||||
#define MODES_H_
|
||||
|
||||
#include "Interrupt.h"
|
||||
#include "S100V0_1.h"
|
||||
#include "Oled.h"
|
||||
@@ -18,6 +19,7 @@
|
||||
#include "Analog.h"
|
||||
#include "MMA8652FC.h"
|
||||
#include <string.h>
|
||||
#include "Strings.h"
|
||||
|
||||
typedef enum {
|
||||
STARTUP, //we are sitting on the prompt to push a button
|
||||
|
||||
18
workspace/ts100/inc/Strings.h
Normal file
18
workspace/ts100/inc/Strings.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Strings.h
|
||||
*
|
||||
* Created on: 4Aug.,2017
|
||||
* Author: Ben V. Brown
|
||||
*/
|
||||
|
||||
/*
|
||||
* This file is used to allow for different language builds of the firmware
|
||||
* This file houses all the strings for the text used on the iron.
|
||||
*/
|
||||
#ifndef STRINGS_H_
|
||||
#define STRINGS_H_
|
||||
|
||||
extern const char* SettingsLongNames[12];
|
||||
extern const char* SettingsShortNames[12];
|
||||
|
||||
#endif /* STRINGS_H_ */
|
||||
Reference in New Issue
Block a user