You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2020. It is now read-only.
Pin SdSpiCSPins[NumSdCards] = { P0_6, NoPin }; // Internal, external. Note:: ("slot" 0 in CORE is configured to be LCP SSP1 to match default RRF behaviour)
21
-
uint32_t ExternalSDCardFrequency = 4000000; //default to 4MHz
Pin SdSpiCSPins[NumSdCards] = { P0_6, NoPin }; // Internal, external. Note:: ("slot" 0 in CORE is configured to be LCP SSP1 to match default RRF behaviour)
21
+
uint32_t ExternalSDCardFrequency = 4000000;//default to 4MHz
22
22
SSPChannel ExternalSDCardSSPChannel = SSP0; //default to SSP0
23
-
uint32_t InternalSDCardFrequency = 25000000; //default to 25MHz
23
+
uint32_t InternalSDCardFrequency = 25000000;//default to 25MHz
24
24
25
25
26
-
Pin LcdCSPin = NoPin;//LCD Chip Select
27
-
Pin LcdDCPin = NoPin;//DataControl Pin (A0) if none used set to NoPin
28
-
Pin LcdBeepPin = NoPin;
29
-
Pin EncoderPinA = NoPin;
30
-
Pin EncoderPinB = NoPin;
31
-
Pin EncoderPinSw = NoPin; //click
32
-
Pin PanelButtonPin = NoPin; //Extra button on Viki and RRD Panels (reset/back etc)
26
+
Pin LcdCSPin = NoPin;//LCD Chip Select
27
+
Pin LcdDCPin = NoPin;//DataControl Pin (A0) if none used set to NoPin
28
+
Pin LcdBeepPin = NoPin;
29
+
Pin EncoderPinA = NoPin;
30
+
Pin EncoderPinB = NoPin;
31
+
Pin EncoderPinSw = NoPin;//click
32
+
Pin PanelButtonPin = NoPin; //Extra button on Viki and RRD Panels (reset/back etc)
0 commit comments