From 005755edcdc332315ba077598d4746ac195b069e Mon Sep 17 00:00:00 2001
From: QuakeGod <QuakeGod@sina.com>
Date: 星期一, 14 十月 2024 11:45:56 +0800
Subject: [PATCH] increase KPLC KBus from 2 client to 16 clients

---
 ComLib/Inc/functions.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ComLib/Inc/functions.h b/ComLib/Inc/functions.h
index 14efe32..aaf82bc 100644
--- a/ComLib/Inc/functions.h
+++ b/ComLib/Inc/functions.h
@@ -62,7 +62,8 @@
 void TriggerPendSV(void);
 void PendSvCallBack(void);
 void SPI1_IRQ_CallBack(void);
-
+void DelayUs(int nUs);
+void Delay100nS(int n100nS);
 void Uart1SendDone(void);
 void Uart1RecvDone(void);
 void Uart2SendDone(void);
@@ -95,4 +96,6 @@
 void displayInput(unsigned int cc);
 void PutOutputSPI1(unsigned int Y);
 
+uint16_t SPI_Flash_ReadID(void);
+
 #endif  /* __MYFUNCTIONS_H__ */

--
Gitblit v1.9.1