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.
Fork of StarterKit by
hardware.h@11:e6602513730f, 2016-07-12 (annotated)
- Committer:
- stefanrousseau
- Date:
- Tue Jul 12 03:11:05 2016 +0000
- Revision:
- 11:e6602513730f
Fixed I2C issues. ; a) Removed stop between HTS221 address and read; b) The latest MBED uses the slave address differently from the legacy. Stick with the old for now and fixed the HTS221 address to BF instead of 5F.; c) Made I2C definitions externs.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
stefanrousseau | 11:e6602513730f | 1 | #ifndef Hardware_H_ |
stefanrousseau | 11:e6602513730f | 2 | #define Hardware_H_ |
stefanrousseau | 11:e6602513730f | 3 | extern I2C i2c; //SDA, SCL -- define the I2C pins being used |
stefanrousseau | 11:e6602513730f | 4 | |
stefanrousseau | 11:e6602513730f | 5 | #endif |