/***********************************************************************************
 * 
 */

#ifndef Registers_h
#define Registers_h

#include "soc/soc.h"            // Disable brownour problems
#include "soc/rtc_cntl_reg.h"   // Disable brownour problems
#include "driver/rtc_io.h"
#include "soc/sens_reg.h"       // needed for manipulating ADC2 control register

RTC_DATA_ATTR uint64_t reg_b;   // Used to store ADC2 control register
uint64_t reg_b_saved;


#endif
