Author: Not specified | Language: c |
Description: Not specified | Timestamp: 2017-09-13 03:57:02 +0000 |
View raw paste | Reply |
- #define BIT(X) (1<<X)
- scanf("%d", &shifter_cnt);
- char LED_function(int input) {
- return BIT(input);
- }
View raw paste | Reply |
Author: Not specified | Language: c |
Description: Not specified | Timestamp: 2017-09-13 03:57:02 +0000 |
View raw paste | Reply |
View raw paste | Reply |