Proyecto Final – Medición de Inclinación 0.0.1
Este proyecto utiliza la placa NUCLEO-STM32F446RE y permite detectar y visualizar en tiempo real la inclinación mediante el sensor MPU-6050.
Cargando...
Buscando...
Nada coincide
Referencia del archivo syscalls.c

STM32CubeIDE Minimal System calls file. Más...

#include <sys/stat.h>
#include <stdlib.h>
#include <errno.h>
#include <stdio.h>
#include <signal.h>
#include <time.h>
#include <sys/time.h>
#include <sys/times.h>

Funciones

int __io_putchar (int ch) __attribute__((weak))
int __io_getchar (void)
void initialise_monitor_handles ()
int _getpid (void)
int _kill (int pid, int sig)
void _exit (int status)
 __attribute__ ((weak))
int _close (int file)
int _fstat (int file, struct stat *st)
int _isatty (int file)
int _lseek (int file, int ptr, int dir)
int _open (char *path, int flags,...)
int _wait (int *status)
int _unlink (char *name)
int _times (struct tms *buf)
int _stat (char *file, struct stat *st)
int _link (char *old, char *new)
int _fork (void)
int _execve (char *name, char **argv, char **env)

Variables

char ** environ = __env

Descripción detallada

STM32CubeIDE Minimal System calls file.

Autor
Auto-generated by STM32CubeIDE
       For more information about which c-functions
       need which of these lowlevel functions
       please consult the Newlib libc-manual
Atención

Copyright (c) 2020-2025 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.