This documentation is out of date.
The new version of the documentation is here: https://cannylogic.com/docs |
Difference between revisions of "Built-in Function Blocks"
From CANNY Wiki
[unchecked revision] | [unchecked revision] |
(→Set and Copy) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 36: | Line 36: | ||
*[[T flip-flop]] | *[[T flip-flop]] | ||
*[[JK flip-flop]] | *[[JK flip-flop]] | ||
+ | *[[Buffer]] | ||
=== Timers and Generators === | === Timers and Generators === | ||
*[[Delayed turning ON]] | *[[Delayed turning ON]] | ||
Line 52: | Line 53: | ||
*[[ASCII to Integer]] | *[[ASCII to Integer]] | ||
*[[Integer to ASCII]] | *[[Integer to ASCII]] | ||
+ | *[[Map]] | ||
=== Switches === | === Switches === | ||
*[[Switch 2-to-1]] | *[[Switch 2-to-1]] | ||
Line 59: | Line 61: | ||
*[[Switch 1-to-8]] | *[[Switch 1-to-8]] | ||
*[[Switch 1-to-16]] | *[[Switch 1-to-16]] | ||
+ | === Decoration === | ||
+ | *[[Label]] |
Latest revision as of 20:04, 14 April 2016
Contents
Constants and Registers
Logical operators
Bitwise operators
- Bitwise AND
- Bitwise OR
- Bitwise exclusive OR
- Bitwise Inversion
- Left shift
- Right shift
- Left rotation
- Right rotation
Relational operators
Arithmetic operations
Flip-flops / Latches
Timers and Generators
Counters and Edge Detectors
Converters
- Converter 8-to-1
- Converter 16-to-1
- Converter 1-to-8
- Converter 1-to-16
- ASCII to Integer
- Integer to ASCII
- Map