Bruno Allaire-Lemay
/
APP1test
df
Fork of APP1 by
Diff: HomemadeMbed.hpp
- Revision:
- 13:bb9669053eb3
- Child:
- 14:2f89279586cb
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HomemadeMbed.hpp Mon Jan 16 00:06:45 2017 +0000 @@ -0,0 +1,10 @@ +#ifndef HOMEMADE_MBED_HPP +#define HOMEMADE_MBED_HPP + +namespace homemade_mbed +{ + unsigned int read_bits(int* address_4_bytes, const int start_bit, const int stop_bit); + void write_bits(int* address_4_bytes, const int start_bit, const int stop_bit, const unsigned int new_value); +} + +#endif \ No newline at end of file