| 451 | #endif |
| 452 | |
| 453 | void ls013b4dn04End(void *refcon) |
| 454 | { |
| 455 | ls013b4dn04 ls = refcon; |
| 456 | |
| 457 | #if MODDEF_LS013B4DN04_PULSE |
| 458 | modTimerReschedule(ls->timer, 2001, 1001); |
| 459 | #endif |
| 460 | modSPIActivateConfiguration(NULL); // drop CS after data |
| 461 | |
| 462 | ls013b4dn04Hold(ls); |
| 463 | } |
| 464 | |
| 465 | void xs_ls013b4dn04_end(xsMachine *the) |
| 466 | { |
no test coverage detected