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