Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
HomemadeMbed.hpp
- Committer:
- GaiSensei
- Date:
- 2017-01-16
- Revision:
- 14:2f89279586cb
- Parent:
- 13:bb9669053eb3
- Child:
- 15:b38d9d210e32
File content as of revision 14:2f89279586cb:
#ifndef HOMEMADE_MBED_HPP #define HOMEMADE_MBED_HPP namespace homemade_mbed { unsigned int read_bits(unsigned int* address_4_bytes, const int start_bit, const int stop_bit); void write_bits(unsigned int* address_4_bytes, const int start_bit, const int stop_bit, const unsigned int new_value); } #endif