Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsharith
373 Mobile 3D Printing
Commits
2f99e458
Commit
2f99e458
authored
Apr 22, 2019
by
kamako
Browse files
Added transmission and re-enabled reception
parent
2224b21c
Changes
1
Hide whitespace changes
Inline
Side-by-side
LCD_DISPLAY_FINAL/SoftConsole/MSS_LCD_MSS_CM3_0/MSS_LCD_MSS_CM3_0_app/main.c
View file @
2f99e458
...
...
@@ -47,7 +47,7 @@ uint8_t tab_state = 0;
}
void
__attribute__
((
interrupt
))
GPIO2_IRQHandler
(
void
)
{
//
UART_send(&g_uart,
"B3\r\n",sizeof("B3\r\n")
);
UART_send
(
&
g_uart
,
arrowPos
,
1
);
//PICK DESIGN AND GO TO LOADING SCREEN
display_inprogress
();
delay
();
...
...
@@ -110,9 +110,10 @@ int main() {
/*
uint8_t i = 1;
display_inprogress();
*/
MSS_UART_set_rx_handler
(
&
g_mss_uart1
,
uart1_rx_handler
,
MSS_UART_FIFO_SINGLE_BYTE
);
UART_init
(
&
g_uart
,
COREUARTAPB0_BASE_ADDR
,
BAUD_VALUE_115200
,(
DATA_8_BITS
|
NO_PARITY
));
*/
init_tabs
(
0
);
while
(
1
){}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment