We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb5b76 commit 3f7b87cCopy full SHA for 3f7b87c
readme.md
@@ -1,9 +1,15 @@
1

2
-# CLB module library (PIC16F13145)
+# Configurable Logic Block (CLB) module library for PIC16F13145 family.
3
4
This is a library of logic modules (snippets) which can be used in the CLB Synthesizer for the PIC16F13145 family.
5
6
-## Counters
+The CLB Synthesizer is available inside MPLAB Code Configurator (MCC) Melody and also [online](https://logic.microchip.com/clbsynthesizer).
7
+
8
+Consult the online reference for information about using these modules in a logic design.
9
10
+## Library contents
11
12
+### Counters
13
14
- [4-Bit Binary Counter](count_4b)
15
- [4-Bit Binary Down Counter](count_down_4b)
0 commit comments