Skip to content

Instantly share code, notes, and snippets.

View ggirjau's full-sized avatar

Gheorghe Ghirjev ggirjau

View GitHub Profile
@ggirjau
ggirjau / bmp180.c
Last active February 23, 2021 22:10
BMP180 C library using STM32 I2C HAL driver
/*
* bmp180.c
*
* Created on: 27 feb. 2019
* Author: gheorghe.ghirjev
*/
#include <string.h>
#include <math.h>
#include "bmp180.h"