You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//
|
|
// Created by MightyPork on 2023/04/09.
|
|
//
|
|
|
|
#ifndef TOASTER_OVEN_BLUEPILL_EE_ADDRESSES_H
|
|
#define TOASTER_OVEN_BLUEPILL_EE_ADDRESSES_H
|
|
|
|
enum EEAddresses {
|
|
EE_ADDR_CAL_A = 1,
|
|
EE_ADDR_CAL_B = 2,
|
|
};
|
|
|
|
#endif //TOASTER_OVEN_BLUEPILL_EE_ADDRESSES_H
|
|
|