
SE59XX-SDK
Software development Kit
User Manual
V1.2
7.5
EEPROM User Name and Password Settings API Function documentation
7.5.1
void AtopSDKSetUserName (char
name
)
API
: AtopSDKSetUserName
Arguments
: name – new administrator username (char)
Function
: writes new System User Name to the EEPROM
Returns
: nothing (void)
Example code
:
27 {
28 char info[16];
29
30 sprintf(info, "N");
31
32 AtopEESetSysUserName(info, name);
33 }
7.5.2
void AtopSDKSetUserPassword (int
password
)
API
: AtopSDKSetUserPassword
Arguments
: password (char)
Function
: writes new password to the EEPROM
Returns
: nothing (void)
Example code
:
45 {
46 char info[16];
47
48 sprintf(info, "N");
49
50 AtopEESetSysUserPassword(info, password);
51 }
7.6
Run LED API Function documentation
include/atop_runled.h File Reference
7.6.1
Functions
Void AtopSetRunLed (u32 onMs, u32 offMs)
AtopSetRunLed
Sets RUN Led ON and OFF time settings
7.6.2
void AtopSetRunLed (onMs u32,offMs u32)
API
: AtopSetRunLed
Arguments
:
Содержание SE59XX-SDK
Страница 11: ...SE59XX SDK Software development Kit User Manual V1 2...
Страница 13: ...SE59XX SDK Software development Kit User Manual V1 2 libatop so 1 0 0 ATOP library binary...
Страница 17: ...SE59XX SDK Software development Kit User Manual V1 2 Figure 2 5 SE5904DB o ot loadermenu...
Страница 33: ...SE59XX SDK Software development Kit User Manual V1 2...
Страница 35: ...SE59XX SDK Software development Kit User Manual V1 2 SE5901B SE5908 16...
Страница 36: ...SE59XX SDK Software development Kit User Manual V1 2 SE5908A 16A...
Страница 37: ...SE59XX SDK Software development Kit User Manual V1 2...
Страница 43: ...SE59XX SDK Software development Kit User Manual V1 2 5 SG Signal Ground SG Signal Ground SG Signal Ground...
Страница 52: ...SE59XX SDK Software development Kit User Manual V1 2...