attempt to implement SPI & write notify to RAM

This commit is contained in:
weiting2
2020-07-27 12:31:11 +08:00
parent 75ad1d5c2d
commit d245dd1823
2 changed files with 6 additions and 6 deletions
@@ -64,6 +64,7 @@
#include "util.h"
#include "board_key.h"
#include "board.h"
#include "mem_central_handle_notify.h"
/*********************************************************************
* TYPEDEFS
@@ -196,8 +197,7 @@ static void Board_keyCallback(PIN_Handle hPin, PIN_Id pinId)
if ( PIN_getInputValue(PIN_MEM_REQ) == 0 )
{
mem_sel ++;
PIN_setOutputValue(hKeyPins, PIN_ID(PIN_MEM_SEL), mem_sel & 0x01);
master_switch_memory();
}
#elif defined (CC2650_LAUNCHXL) || defined (CC1350_LAUNCHXL)
@@ -4,13 +4,13 @@
#define VERSION_DATE_YEAR 20
#define VERSION_DATE_MONTH 7
#define VERSION_DATE_DAY 24
#define VERSION_DATE_HOUR 17
#define VERSION_DATE_MINUTE 19
#define VERSION_DATE_DAY 27
#define VERSION_DATE_HOUR 12
#define VERSION_DATE_MINUTE 31
// this is NOT the version hash !!
// it's the last version hash
#define VERSION_HASH 619bd78ddb81df1e0df5fdb54b6cbf37875c095a
#define VERSION_HASH 75ad1d5c2dd6177667f7a71aea9197250871b41f
#define VERSION_GIT_BRANCH simple_central_ma_pin
#endif