distortos  v0.7.0
object-oriented C++ RTOS for microcontrollers
SpiMasterOperation.hpp
Go to the documentation of this file.
1 
13 #ifndef INCLUDE_DISTORTOS_DEVICES_COMMUNICATION_SPIMASTEROPERATION_HPP_
14 #define INCLUDE_DISTORTOS_DEVICES_COMMUNICATION_SPIMASTEROPERATION_HPP_
15 
16 #warning "'distortos/devices/communication/SpiMasterOperation.hpp' is deprecated: Use SpiMasterTransfer"
17 
19 
20 namespace distortos
21 {
22 
23 namespace devices
24 {
25 
32 using SpiMasterOperation __attribute__ ((deprecated("Use SpiMasterTransfer"))) = SpiMasterTransfer;
33 
34 } // namespace devices
35 
36 } // namespace distortos
37 
38 #endif // INCLUDE_DISTORTOS_DEVICES_COMMUNICATION_SPIMASTEROPERATION_HPP_
SpiMasterTransfer class header.
Definition: SpiMasterTransfer.hpp:29
Top-level namespace of distortos project.
Definition: buttons.hpp:33