소스 검색

Update README.md

cool4uma 3 년 전
부모
커밋
6116f87d59
1개의 변경된 파일20개의 추가작업 그리고 5개의 파일을 삭제
  1. 20 5
      README.md

+ 20 - 5
README.md

@@ -8,14 +8,29 @@
 - Fast commands
 - Fast commands
 
 
 ## Connecting
 ## Connecting
-| Flipper Zero pin | UART interface |
-| ---------------- | -------------- |
-| 13 TX            | RX             |
-| 14 RX            | TX             |
-|8, 18 GND         | GND            |
+| Flipper Zero pin | UART interface  |
+| ---------------- | --------------- |
+| 13 TX            | RX              |
+| 14 RX            | TX              |
+|8, 18 GND         | GND             |
 
 
 Info: If possible, do not power your devices from 3V3 (pin 9) Flipper Zero. It does not support hot plugging.
 Info: If possible, do not power your devices from 3V3 (pin 9) Flipper Zero. It does not support hot plugging.
 
 
+## Keyboard
+UART_terminal uses its own special keyboard for work, which has all the symbols necessary for working in the console.
+
+To accommodate more characters on a small display, some characters are called up by holding.
+| Keyboard symbols | Returns on hold |
+| ---------------- | --------------- |
+| {                | }               |
+| (                | )               |
+| [                | ]               |
+| ;                | :               |
+| .                | ,               |
+| /                | \               |
+| !                | ?               |
+
+
 ## How to install
 ## How to install
 Copy the contents of the repository to the applications_user/uart_terminal folder Flipper Zero firmware and build app with the command ./fbt fap_uart_terminal.
 Copy the contents of the repository to the applications_user/uart_terminal folder Flipper Zero firmware and build app with the command ./fbt fap_uart_terminal.