From e439b135a830072638495bbd5fd51f7bde9c85ed Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Sun, 12 May 2019 10:58:52 +0800 Subject: [PATCH] renamed encoder source files --- src/ir_encoder/{irda_tv_encode.py => ir_command_encode.py} | 0 src/ir_encoder/{irda_tv_merge.py => ir_command_merge.py} | 0 src/ir_encoder/{irda_tv_protocol.py => ir_command_protocol.py} | 0 .../{irda_tv_protocol_hex.py => ir_command_protocol_hex.py} | 0 src/ir_encoder/{irda_ac_encode.py => ir_status_encode.py} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename src/ir_encoder/{irda_tv_encode.py => ir_command_encode.py} (100%) rename src/ir_encoder/{irda_tv_merge.py => ir_command_merge.py} (100%) rename src/ir_encoder/{irda_tv_protocol.py => ir_command_protocol.py} (100%) rename src/ir_encoder/{irda_tv_protocol_hex.py => ir_command_protocol_hex.py} (100%) rename src/ir_encoder/{irda_ac_encode.py => ir_status_encode.py} (100%) diff --git a/src/ir_encoder/irda_tv_encode.py b/src/ir_encoder/ir_command_encode.py similarity index 100% rename from src/ir_encoder/irda_tv_encode.py rename to src/ir_encoder/ir_command_encode.py diff --git a/src/ir_encoder/irda_tv_merge.py b/src/ir_encoder/ir_command_merge.py similarity index 100% rename from src/ir_encoder/irda_tv_merge.py rename to src/ir_encoder/ir_command_merge.py diff --git a/src/ir_encoder/irda_tv_protocol.py b/src/ir_encoder/ir_command_protocol.py similarity index 100% rename from src/ir_encoder/irda_tv_protocol.py rename to src/ir_encoder/ir_command_protocol.py diff --git a/src/ir_encoder/irda_tv_protocol_hex.py b/src/ir_encoder/ir_command_protocol_hex.py similarity index 100% rename from src/ir_encoder/irda_tv_protocol_hex.py rename to src/ir_encoder/ir_command_protocol_hex.py diff --git a/src/ir_encoder/irda_ac_encode.py b/src/ir_encoder/ir_status_encode.py similarity index 100% rename from src/ir_encoder/irda_ac_encode.py rename to src/ir_encoder/ir_status_encode.py