This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef __STC15F2K60S2_H_ | |
#define __STC15F2K60S2_H_ | |
///////////////////////////////////////////////// | |
// Note: STC15W4K32S4 series of chips | |
// All PWM-related IO ports after power-on are in high impedance state, | |
// these ports need to be set to quasi-bidirectional or strong push-pull mode for normal use. | |
// Related IO: P0.6/P0.7/P1.6/P1.7/P2.1/P2.2 | |
// P2.3/P2.7/P3.7/P4.2/P4.4/P4.5 | |
///////////////////////////////////////////////// |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Filename : ClassName - Program | |
Debuggers/Disassemblers: | |
--- | |
OLLYDBG.exe : OllyDbg - OllyDbg | |
x32dbg.exe : (Qt5QWindowIcon) - x32Dbg | |
x64dbg.exe : (Qt5QWindowIcon) - x64Dbg | |
x96dbg.exe : (#32770) - x32/x64Dbg Launcher | |
idag.exe : TIdaWindow - IDA native Windows (deprecated) |