mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 05:09:32 +00:00
firstTest
This commit is contained in:
11
Core/Inc/Print.h
Normal file
11
Core/Inc/Print.h
Normal file
@ -0,0 +1,11 @@
|
||||
#include "usbd_cdc_if.h"
|
||||
#include <stdio.h> // Для функции sprintf
|
||||
#include <stdint.h>
|
||||
#include <string.h> // Для функции strlen
|
||||
|
||||
|
||||
#define BUFFER_SIZE 32 // Размер буфера для строки
|
||||
|
||||
void print(char* str);
|
||||
void int_to_str(int number, char *str, int base);
|
||||
void printNumber(long int number);
|
Reference in New Issue
Block a user