mirror of
				https://github.com/Show-maket/IR-protocol.git
				synced 2025-10-31 02:52:36 +00:00 
			
		
		
		
	fix isRecive
This commit is contained in:
		| @ -48,7 +48,7 @@ public: | |||||||
|  |  | ||||||
|     inline bool isOverflow() { return isBufferOverflow; }; // Буффер переполнился |     inline bool isOverflow() { return isBufferOverflow; }; // Буффер переполнился | ||||||
|     bool isSubOverflow(); |     bool isSubOverflow(); | ||||||
|     inline bool isReciving() { return isRecive; }; // Возвращает true, если происходит приём пакета |     volatile inline bool isReciving() { return isRecive; }; // Возвращает true, если происходит приём пакета | ||||||
|  |  | ||||||
|     ////////////////////////////////////////////////////////////////////////// |     ////////////////////////////////////////////////////////////////////////// | ||||||
| private: | private: | ||||||
|  | |||||||
| @ -122,7 +122,7 @@ typedef uint16_t crc_t; | |||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #ifndef subBufferSize | #ifndef subBufferSize | ||||||
| #define subBufferSize 50 // Буфер для складирования фронтов, пока их не обработают (передатчик) | #define subBufferSize 250 // Буфер для складирования фронтов, пока их не обработают (передатчик) | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #define preambPulse 3 | #define preambPulse 3 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user