Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbed_objects.h
00001 // The purpose of this file and associated header file is to 00002 // enable globalization of mbed platform specific objects 00003 // for all source files to utilize 00004 00005 #ifndef OBJECTS_H 00006 #define OBJECTS_H 00007 00008 #include "main.h" 00009 extern I2C i2c; 00010 extern Serial pc; 00011 00012 extern DigitalIn DRDY_PIN; 00013 00014 unsigned int rm3100_i2c_write(char registerAddress, char* buffer, short int length); 00015 unsigned int rm3100_i2c_read(char registerAddress, char* buffer, short int length); 00016 00017 #endif
Generated on Wed Jul 13 2022 23:44:02 by
1.7.2