Import initial du projet shipheart_appli

This commit is contained in:
2026-08-13 10:33:28 +02:00
commit 8fe204361b
62 changed files with 32339 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/**********************************************************************************************************************************************************************************␍␍ Fichier SERIAL.H ␍␍ Contient tous les define liés aux liaisons série␍␍**********************************************************************************************************************************************************************************/ // Maximums :␍#define MAX_TAILLE_RX_BUFFER_UART 10000␍#define MAX_TAILLE_TMP_RX_BUFFER_UART 255 // NB : doit être < MAX_TAILLE_RX_BUFFER_UART ␍#define MAX_TAILLE_CHAINE_TEMP_UARTS 200␍␍ // Codes ASCII :␍#define ASCII_NULL 0x00␍#define ASCII_SOH 0x01␍#define ASCII_STX 0x02␍#define ASCII_ETX 0x03␍#define ASCII_EOT 0x04␍#define ASCII_ENQ 0x05␍#define ASCII_ACK 0x06␍#define ASCII_LF 0x0A␍#define ASCII_FF 0x0C␍#define ASCII_CR 0x0D␍#define ASCII_DLE 0x10␍#define ASCII_NACK 0x15␍#define ASCII_ETB 0x17␍#define ASCII_ESC 0x1B␍#define ASCII_SP 0x20